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 6d473be commit 8546fd9Copy full SHA for 8546fd9
1 file changed
renovate.json
@@ -1,11 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base",
+ "config:recommended",
5
":semanticCommitsDisabled"
6
],
7
- "labels": ["Renovate"],
+ "labels": [
8
+ "Renovate"
9
+ ],
10
"rebaseWhen": "conflicted",
- "schedule": ["on the first day of the month"],
11
+ "schedule": [
12
+ "on the first day of the month"
13
14
"automerge": true
15
}
0 commit comments