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-bot committed Dec 16, 2024
1 parent 31575f8 commit 5a66594
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 5a66594

Please sign in to comment.