Skip to content

Commit cf54bbf

Browse files
authored
chore(deps): configure renovate for nektos/act (#550)
1 parent 95d139e commit cf54bbf

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/pr-checks-test-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
cancel-in-progress: true
2828

2929
env:
30-
ACT_VERSION: v0.2.82
30+
ACT_VERSION: "0.2.82"
3131

3232
permissions:
3333
contents: read
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash -s -- -b /usr/bin "${ACT_VERSION}"
5959
env:
60-
ACT_VERSION: ${{ env.ACT_VERSION }}
60+
ACT_VERSION: v${{ env.ACT_VERSION }}
6161
GH_TOKEN: ${{ github.token }}
6262
shell: bash
6363

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@
8787
"packageNameTemplate": "rhysd/actionlint",
8888
"datasourceTemplate": "github-releases",
8989
"extractVersionTemplate": "^v?(?<version>.*)$"
90+
},
91+
{
92+
"customType": "regex",
93+
"managerFilePatterns": ["\\.github/workflows/.*\\.ya?ml$"],
94+
"matchStrings": ["ACT_VERSION:\\s*\"(?<currentValue>[^\"]+)\""],
95+
"depNameTemplate": "act",
96+
"packageNameTemplate": "nektos/act",
97+
"datasourceTemplate": "github-releases",
98+
"extractVersionTemplate": "^v?(?<version>.*)$"
9099
}
91100
],
92101
"minimumReleaseAge": "14 days",

0 commit comments

Comments
 (0)