File tree 2 files changed +11
-0
lines changed
.github/actions/install-tools
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install UDS CLI
27
27
shell : bash
28
28
env :
29
+ # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
29
30
VERSION : v0.9.3
30
31
run : |
31
32
curl --location --output /usr/local/bin/uds "https://github.com/defenseunicorns/uds-cli/releases/download/${VERSION}/uds-cli_${VERSION}_Linux_amd64"
Original file line number Diff line number Diff line change 22
22
],
23
23
"datasourceTemplate" : " github-tags" ,
24
24
"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"
25
35
}
26
36
]
27
37
}
You can’t perform that action at this time.
0 commit comments