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 8973526 + 924df0a commit a609816Copy full SHA for a609816
.github/renovate.json
@@ -1,17 +1,21 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended"
5
],
6
"labels": [
7
"Dependency"
8
9
"packageRules": [
10
11
"groupName": "github-actions",
12
- "matchManagers": ["github-actions"],
13
- "separateMajorMinor": "false"
+ "matchManagers": [
+ "github-actions"
14
+ ],
15
+ "separateMajorMinor": false
16
}
17
- "schedule": ["on the 3rd day of the month"]
18
+ "schedule": [
19
+ "on the 3rd day of the month"
20
+ ]
21
0 commit comments