Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#842)
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 Nov 16, 2024
1 parent efe2d01 commit 5cbbd51
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"extends": [
"config:base",
"config:recommended",
"schedule:weekly"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"allowedVersions": "!/snapshot$/"
"allowedVersions": "!/snapshot$/",
"matchPackageNames": [
"*"
]
}
]
}

0 comments on commit 5cbbd51

Please sign in to comment.