Skip to content

Commit 7dca69d

Browse files
Migrate config .github/renovate.json
1 parent d0dea2b commit 7dca69d

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.github/renovate.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", ":semanticCommitsDisabled"],
4-
"labels": ["changelog: skip", "dependencies"],
3+
"extends": [
4+
"config:recommended",
5+
":semanticCommitsDisabled"
6+
],
7+
"labels": [
8+
"changelog: skip",
9+
"dependencies"
10+
],
511
"minimumReleaseAge": "7 days",
612
"packageRules": [
713
{
814
"groupName": "github-actions",
9-
"matchManagers": ["github-actions"],
10-
"separateMajorMinor": "false"
15+
"matchManagers": [
16+
"github-actions"
17+
],
18+
"separateMajorMinor": false
1119
},
1220
{
1321
"groupName": "docs/requirements.txt",
14-
"matchPaths": ["docs/requirements.txt"],
15-
"separateMajorMinor": "false"
22+
"matchFileNames": [
23+
"docs/requirements.txt"
24+
],
25+
"separateMajorMinor": false
1626
}
1727
],
18-
"schedule": ["on the first day of the month"]
28+
"schedule": [
29+
"on the first day of the month"
30+
]
1931
}

0 commit comments

Comments
 (0)