Skip to content

Commit 923c512

Browse files
more renovae clean up
1 parent 4d258cc commit 923c512

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/renovate.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ on:
1818
jobs:
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

0 commit comments

Comments
 (0)