Skip to content

Commit

Permalink
fix(config): migrate config renovate.json (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 36203af commit 11dfcd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"patch"
],
"groupName": "all patch dependencies",
"groupSlug": "all-patch"
"groupSlug": "all-patch",
"matchPackageNames": [
"*"
]
}
]
}

0 comments on commit 11dfcd5

Please sign in to comment.