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.
2 parents b2bae19 + 6f5c0f0 commit 91da1fbCopy full SHA for 91da1fb
1 file changed
.github/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
"ignoreDeps": [],
8
- "labels": ["Renovate"],
+ "labels": [
9
+ "Renovate"
10
+ ],
11
"rebaseWhen": "conflicted",
- "schedule": ["on the first day of the month"]
-}
12
+ "schedule": [
13
+ "on the first day of the month"
14
+ ]
15
+}
0 commit comments