Skip to content

Commit 6a972a1

Browse files
authored
Migrate Renovate config (#291)
2 parents d0dea2b + 14ac6d3 commit 6a972a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", ":semanticCommitsDisabled"],
3+
"extends": ["config:recommended", ":semanticCommitsDisabled"],
44
"labels": ["changelog: skip", "dependencies"],
55
"minimumReleaseAge": "7 days",
66
"packageRules": [
77
{
88
"groupName": "github-actions",
99
"matchManagers": ["github-actions"],
10-
"separateMajorMinor": "false"
10+
"separateMajorMinor": false
1111
},
1212
{
1313
"groupName": "docs/requirements.txt",
14-
"matchPaths": ["docs/requirements.txt"],
15-
"separateMajorMinor": "false"
14+
"matchFileNames": ["docs/requirements.txt"],
15+
"separateMajorMinor": false
1616
}
1717
],
1818
"schedule": ["on the first day of the month"]

0 commit comments

Comments
 (0)