Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot authored Aug 9, 2024
1 parent d224a75 commit 681e2cb
Showing 1 changed file with 27 additions and 10 deletions.
37 changes: 27 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,41 @@
"packageRules": [
{
"description": "Combine landscaper updates in a single PR",
"matchManagers": ["gomod"],
"matchSourceUrls": ["https://github.com/gardener/landscaper"]
"matchManagers": [
"gomod"
],
"matchSourceUrls": [
"https://github.com/gardener/landscaper"
]
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"rebaseWhen": "auto"
},
{
"description": "Fixed version for component-cli v0.44.0",
"matchPackagePatterns": ["github.com/gardener/component-cli"],
"matchManagers": ["gomod"],
"enabled": false
"matchManagers": [
"gomod"
],
"enabled": false,
"matchPackageNames": [
"/github.com/gardener/component-cli/"
]
},
{
"description": "Ignore version for landscpaer/apis and controller-utils as used locally",
"matchPackagePatterns": ["github.com/gardener/landscaper/.*"],
"matchManagers": ["gomod"],
"enabled": false
"matchManagers": [
"gomod"
],
"enabled": false,
"matchPackageNames": [
"/github.com/gardener/landscaper/.*/"
]
}
],
"customManagers": [
Expand All @@ -53,4 +70,4 @@
]
}
]
}
}

0 comments on commit 681e2cb

Please sign in to comment.