Skip to content

Commit caf1a0c

Browse files
committed
update renovate
1 parent ec6729a commit caf1a0c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/actions/install-tools/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
- name: Install UDS CLI
2727
shell: bash
2828
env:
29+
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
2930
VERSION: v0.9.3
3031
run: |
3132
curl --location --output /usr/local/bin/uds "https://github.com/defenseunicorns/uds-cli/releases/download/${VERSION}/uds-cli_${VERSION}_Linux_amd64"

renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
],
2323
"datasourceTemplate": "github-tags",
2424
"depNameTemplate": "anchore/grype"
25+
},
26+
{
27+
"fileMatch": [
28+
".github/actions/install-tools/action.yaml"
29+
],
30+
"matchStrings": [
31+
"# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver\n\\s*VERSION: (?<currentValue>v[\\d.]+)"
32+
],
33+
"datasourceTemplate": "github-tags",
34+
"depNameTemplate": "defenseunicorns/uds-cli"
2535
}
2636
]
2737
}

0 commit comments

Comments
 (0)