Skip to content

Commit

Permalink
test renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Apr 18, 2024
1 parent 0c8dc51 commit 86c1b91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bump-and-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
- name: install git cliff
env:
# renovate: datasource=github-tags depName=orhun/git-cliff versioning=semver
VERSION: 2.1.2
VERSION: 2.1.1
run: |
curl --location --output /tmp/git-cliff.tar.gz https://github.com/orhun/git-cliff/releases/download/v${VERSION}/git-cliff-${VERSION}-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf /tmp/git-cliff.tar.gz -C /tmp
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: install grype
env:
# renovate: datasource=github-tags depName=anchore/grype versioning=semver
VERSION: v0.74.6
VERSION: v0.74.5
run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin $VERSION"
shell: bash

Expand Down
5 changes: 1 addition & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
],
"regexManagers": [
{
"fileMatch": [
".github/actions/install-tools/action.yaml"
],
"matchStrings": [
"# renovate: datasource=github-tags depName=anchore/grype versioning=semver\n\\s*VERSION: (?<currentValue>v[\\d.]+)"
],
Expand All @@ -31,7 +28,7 @@
},
{
"fileMatch": [
".github/workflows/release.yaml"
".github/**"
],
"matchStrings": [
"# renovate: datasource=github-tags depName=orhun/git-cliff versioning=semver\n\\s*VERSION: (?<currentValue>[\\d.]+)"
Expand Down

0 comments on commit 86c1b91

Please sign in to comment.