Skip to content

Commit 0a04729

Browse files
committed
fix
1 parent ad29e63 commit 0a04729

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"labels": [
77
"dependencies"
88
],
9+
"baseBranches": ["main"],
10+
"rebaseWhen": "conflicted",
11+
"prHourlyLimit": 4,
912
"packageRules": [
1013
{
1114
"matchPaths": [

.github/workflows/renovate.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- ".github/renovate.json"
1111

12+
concurrency: renovate
1213
jobs:
1314
renovate:
1415
runs-on: ubuntu-latest
@@ -23,4 +24,8 @@ jobs:
2324
configurationFile: .github/renovate.json
2425
token: ${{ secrets.RENOVATE_TOKEN }}
2526
env:
26-
LOG_LEVEL: 'debug'
27+
LOG_LEVEL: 'debug'
28+
# Repository taken from variable to keep configuration file generic
29+
RENOVATE_REPOSITORIES: ${{ github.repository }}
30+
# Onboarding not needed for self-hosted
31+
RENOVATE_ONBOARDING: "false"

0 commit comments

Comments
 (0)