Skip to content

Commit 113f999

Browse files
authored
Disable CAPI dependency upgrades in renovate as they will come when updating CAPA (#264)
1 parent eeaacfd commit 113f999

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"github>giantswarm/renovate-presets:lang-go.json5",
77
],
88
"packageRules": [
9-
// Disable kubernetes and controller-runtime dependencies updates, because they will be updated to compatible versions when upgrading CAPA
9+
// Disable kubernetes, controller-runtime and CAPI dependencies updates, because they will be updated to compatible versions when upgrading CAPA
1010
{
1111
"matchDepNames": [
1212
"/^k8s\\.io\\//",
13-
"/^sigs\\.k8s\\.io\\/controller-runtime$/"
13+
"/^sigs\\.k8s\\.io\\/controller-runtime$/",
14+
"/^sigs\\.k8s\\.io\\/cluster-api$/"
1415
],
1516
"enabled": false
1617
}

0 commit comments

Comments
 (0)