File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1818jobs :
1919 renovate :
2020 runs-on : ubuntu-latest
21- timeout-minutes : 30
22- concurrency :
23- group : renovate-${{ github.repository }}
24- cancel-in-progress : true
2521 # 👇 Expanded permissions so Renovate can do everything it needs
2622 permissions :
2723 contents : write
@@ -31,15 +27,12 @@ jobs:
3127 steps :
3228 # Checks out the repository under $GITHUB_WORKSPACE
3329 - uses : actions/checkout@v5
34- with :
35- fetch-depth : 0
3630
3731 # Runs the Renovate GitHub Action
3832 - name : Renovate
3933 uses : renovatebot/github-action@v43.0.18
4034 with :
4135 token : ${{ secrets.GITHUB_TOKEN }}
4236 configurationFile : .github/renovate.json
43- renovate-version : 43 # pin to a major; bump intentionally when ready
4437 env :
4538 RENOVATE_REPOSITORIES : ${{ github.repository }} # scan current repo
You can’t perform that action at this time.
0 commit comments