Skip to content

Commit 5c66dff

Browse files
explicit config file
1 parent 7600a7d commit 5c66dff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4.2.2
26+
uses: actions/checkout@v6
2727

2828
- name: Run renovate
29-
uses: renovatebot/github-action@v42.0.2
29+
uses: renovatebot/github-action@v46.1.9
3030
with:
3131
token: ${{ secrets.RENOVATE_TOKEN }}
32+
configurationFile: renovate.json

0 commit comments

Comments
 (0)