Skip to content

Commit

Permalink
chore: add external-snapshotter and rook to Renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei committed Mar 8, 2024
1 parent f17fe4f commit 11aefd2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,32 @@
"versioningTemplate": "loose",
"depNameTemplate": "github.com/goreleaser/goreleaser",
}, {
// We want a PR to bump the external-snapshotter version
"fileMatch": [
"^.github/workflows/continuous-delivery.yml",
"^hack/setup-cluster\.sh$",
],
"matchStrings": [
"EXTERNAL_SNAPSHOTTER_VERSION: \"(?<currentValue>.*?)\"",
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "loose",
"depNameTemplate": "kubernetes-csi/external-snapshotter",
"extractVersionTemplate": "^v(?<version>\\d+\\.\\d+\\.\\d+)"
}, {
// We want a PR to bump the rook version
"fileMatch": [
"^.github/workflows/continuous-delivery.yml",
],
"matchStrings": [
"ROOK_VERSION: \"(?<currentValue>.*?)\"",
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "loose",
"depNameTemplate": "rook/rook",
"extractVersionTemplate": "^v(?<version>\\d+\\.\\d+\\.\\d+)"
}, {
// We want a PR to bump kind version
"fileMatch": [
"^.github/workflows/continuous-delivery.yml"
],
Expand Down

0 comments on commit 11aefd2

Please sign in to comment.