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.
1 parent 3a36910 commit dcecfa4Copy full SHA for dcecfa4
.github/renovate.json
@@ -15,10 +15,10 @@
15
"packageRules": [
16
{
17
"automerge": true,
18
- "matchSourceUrlPrefixes": [
19
- "https://github.com/coverlet-coverage"
20
- ],
21
- "groupName": "coverlet packages"
+ "groupName": "coverlet packages",
+ "matchSourceUrls": [
+ "https://github.com/coverlet-coverage{/,}**"
+ ]
22
},
23
24
@@ -28,7 +28,9 @@
28
]
29
30
31
- "matchManagers": ["github-actions"],
+ "matchManagers": [
32
+ "github-actions"
33
+ ],
34
"enabled": false
35
}
36
0 commit comments