🔧: migrate config renovate.json
This commit is contained in:
+30
-14
@@ -18,34 +18,50 @@
|
|||||||
"branchTopic": "{{service}}/{{depName}}",
|
"branchTopic": "{{service}}/{{depName}}",
|
||||||
"commitMessageAction": "Update",
|
"commitMessageAction": "Update",
|
||||||
"commitMessageTopic": "{{service}}/{{depName}}",
|
"commitMessageTopic": "{{service}}/{{depName}}",
|
||||||
"docker": {
|
|
||||||
"fileMatch": [
|
|
||||||
"docker-compose.*\\.yml$",
|
|
||||||
"compose/.*\\.yml$"
|
|
||||||
],
|
|
||||||
"pinDigests": true
|
|
||||||
},
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["docker"],
|
"matchCategories": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/docker-compose.*\\.yml$/",
|
||||||
|
"/compose/.*\\.yml$/"
|
||||||
|
],
|
||||||
|
"pinDigests": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
"groupName": "docker-updates",
|
"groupName": "docker-updates",
|
||||||
"groupSlug": "docker-updates"
|
"groupSlug": "docker-updates"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["docker"],
|
"matchManagers": [
|
||||||
"matchUpdateTypes": ["patch"],
|
"docker"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch",
|
"automergeType": "branch",
|
||||||
"automergeStrategy": "squash",
|
"automergeStrategy": "squash",
|
||||||
"minimumReleaseAge": "3 days"
|
"minimumReleaseAge": "3 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["docker"],
|
"matchManagers": [
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"docker"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major",
|
||||||
|
"minor"
|
||||||
|
],
|
||||||
"automerge": false
|
"automerge": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": [
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"actions/checkout",
|
"actions/checkout",
|
||||||
"supplypike/setup-bin"
|
"supplypike/setup-bin"
|
||||||
@@ -57,4 +73,4 @@
|
|||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"commitMessagePrefix": "🔧 ",
|
"commitMessagePrefix": "🔧 ",
|
||||||
"rebaseWhen": "behind-base-branch"
|
"rebaseWhen": "behind-base-branch"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user