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 ad29e63 commit 0a04729Copy full SHA for 0a04729
.github/renovate.json
@@ -6,6 +6,9 @@
6
"labels": [
7
"dependencies"
8
],
9
+ "baseBranches": ["main"],
10
+ "rebaseWhen": "conflicted",
11
+ "prHourlyLimit": 4,
12
"packageRules": [
13
{
14
"matchPaths": [
.github/workflows/renovate.yml
@@ -9,6 +9,7 @@ on:
paths:
- ".github/renovate.json"
+concurrency: renovate
jobs:
renovate:
15
runs-on: ubuntu-latest
@@ -23,4 +24,8 @@ jobs:
23
24
configurationFile: .github/renovate.json
25
token: ${{ secrets.RENOVATE_TOKEN }}
26
env:
- 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