Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#47)
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] committed Aug 6, 2024
1 parent efd812f commit 91f01ad
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 @@ -5,9 +5,6 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch",
Expand All @@ -20,7 +17,10 @@
],
"groupName": "update all non-major dependencies",
"groupSlug": "all-minor-patch-digest-pin",
"automerge": true
"automerge": true,
"matchPackageNames": [
"*"
]
}
]
}

0 comments on commit 91f01ad

Please sign in to comment.