Skip to content

Commit 814bcf6

Browse files
authored
migrate config .github/renovate.json (#68)
1 parent ce4fa56 commit 814bcf6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/renovate.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"packageRules": [
1616
{
1717
"automerge": true,
18-
"matchSourceUrlPrefixes": [
19-
"https://github.com/coverlet-coverage"
20-
],
21-
"groupName": "coverlet packages"
18+
"groupName": "coverlet packages",
19+
"matchSourceUrls": [
20+
"https://github.com/coverlet-coverage{/,}**"
21+
]
2222
},
2323
{
2424
"automerge": true,
@@ -28,7 +28,9 @@
2828
]
2929
},
3030
{
31-
"matchManagers": ["github-actions"],
31+
"matchManagers": [
32+
"github-actions"
33+
],
3234
"enabled": false
3335
}
3436
]

0 commit comments

Comments
 (0)