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 d0dea2b + 14ac6d3 commit 6a972a1Copy full SHA for 6a972a1
.github/renovate.json
@@ -1,18 +1,18 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base", ":semanticCommitsDisabled"],
+ "extends": ["config:recommended", ":semanticCommitsDisabled"],
4
"labels": ["changelog: skip", "dependencies"],
5
"minimumReleaseAge": "7 days",
6
"packageRules": [
7
8
"groupName": "github-actions",
9
"matchManagers": ["github-actions"],
10
- "separateMajorMinor": "false"
+ "separateMajorMinor": false
11
},
12
13
"groupName": "docs/requirements.txt",
14
- "matchPaths": ["docs/requirements.txt"],
15
+ "matchFileNames": ["docs/requirements.txt"],
16
}
17
],
18
"schedule": ["on the first day of the month"]
0 commit comments