We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeaacfd commit 113f999Copy full SHA for 113f999
renovate.json5
@@ -6,11 +6,12 @@
6
"github>giantswarm/renovate-presets:lang-go.json5",
7
],
8
"packageRules": [
9
- // Disable kubernetes and controller-runtime dependencies updates, because they will be updated to compatible versions when upgrading CAPA
+ // Disable kubernetes, controller-runtime and CAPI dependencies updates, because they will be updated to compatible versions when upgrading CAPA
10
{
11
"matchDepNames": [
12
"/^k8s\\.io\\//",
13
- "/^sigs\\.k8s\\.io\\/controller-runtime$/"
+ "/^sigs\\.k8s\\.io\\/controller-runtime$/",
14
+ "/^sigs\\.k8s\\.io\\/cluster-api$/"
15
16
"enabled": false
17
}
0 commit comments