Skip to content

Commit

Permalink
migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Dec 16, 2024
1 parent fa3c198 commit f3ebb98
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"packageRules": [
{
"automerge": true,
"matchSourceUrlPrefixes": [
"https://github.com/coverlet-coverage"
],
"groupName": "coverlet packages"
"groupName": "coverlet packages",
"matchSourceUrls": [
"https://github.com/coverlet-coverage{/,}**"
]
},
{
"automerge": true,
Expand All @@ -28,7 +28,9 @@
]
},
{
"matchManagers": ["github-actions"],
"matchManagers": [
"github-actions"
],
"enabled": false
}
]
Expand Down

0 comments on commit f3ebb98

Please sign in to comment.