Skip to content

Commit

Permalink
feat: add GitRepository renovation
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Feb 1, 2024
1 parent 368c84e commit ddabd35
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions amethyst/kubernetes/flux-system/flux2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
interval: 1m
url: https://github.com/fluxcd/flux2
ref:
# renovate: github-repo=fluxcd/flux2
tag: v2.0.0-rc.5
ignore: |
/*
Expand Down
4 changes: 2 additions & 2 deletions amethyst/kubernetes/kube-system/snapshot-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
interval: 5m
url: https://github.com/kubernetes-csi/external-snapshotter
ref:
# renovate repo=kubernetes-csi/external-snapshotter
# renovate: github-repo=kubernetes-csi/external-snapshotter
tag: v6.2.2
ignore: |
/*
Expand Down Expand Up @@ -39,7 +39,7 @@ spec:
interval: 5m
url: https://github.com/kubernetes-csi/external-snapshotter
ref:
# renovate repo=kubernetes-csi/external-snapshotter
# renovate: github-repo=kubernetes-csi/external-snapshotter
tag: v6.2.2
ignore: |
/*
Expand Down
8 changes: 8 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"matchStrings": [
"# renovate: packageName=(?<packageName>.*?)\n *chart: (?<depName>.*?)\n *version: (?<currentValue>.*?)\n"
]
},
{
// GitRepository
"fileMatch": [".*\\.yaml"],
"datasourceTemplate": "github-tags",
"matchStrings": [
"# renovate: github-repo=(?<depName>.*?)\n *tag: (?<currentValue>\\S+)"
]
}
]
}

0 comments on commit ddabd35

Please sign in to comment.