Skip to content

Commit

Permalink
Manually apply template-sync changes to customized renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Jun 14, 2024
1 parent 201614d commit 3e867e3
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,34 @@
"ignorePaths": [
".github/**"
],
"labels": [
"dependency"
],
"separateMinorPatch": true,
"postUpgradeTasks": {
"commands": [
"make gen-golden-all"
],
"fileFilters": [ "tests/golden/**" ],
"fileFilters": [
"tests/golden/**"
],
"executionMode": "update"
},
"suppressNotifications": [ "artifactErrors" ],
"labels": [
"dependency"
"suppressNotifications": [
"artifactErrors"
],
"separateMinorPatch": true,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": [
"patch"
],
"matchCurrentVersion": "!/^v?0\\./",
"automerge": true,
"platformAutomerge": false,
"labels": [
"dependency",
"automerge"
"automerge",
"bump:patch"
]
},
{
Expand Down

0 comments on commit 3e867e3

Please sign in to comment.