We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665e65b commit a9929ebCopy full SHA for a9929eb
.github/workflows/renovate.yaml
@@ -9,15 +9,15 @@ on:
9
workflow_dispatch:
10
11
concurrency:
12
- group: renovate-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: true
14
15
jobs:
16
renovate:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
20
- - uses: renovatebot/github-action@bb00a24605e009026226996bf12fb51a89499423 # tag=v32.6.5
+ - uses: actions/checkout@v3
+ - uses: renovatebot/github-action@v32.190.2
21
with:
22
configurationFile: .github/renovate.json
23
token: ${{ secrets.RENOVATE_TOKEN }}
0 commit comments