Skip to content

Commit

Permalink
chore(config): migrate renovate config (#5059)
Browse files Browse the repository at this point in the history
chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 17, 2023
1 parent 0655bd6 commit e78fbe8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": ["config:recommended"],
"dependencyDashboard": true,
"configMigration": true,
"rangeStrategy": "bump",
Expand All @@ -11,10 +11,7 @@
},
{
"matchPackageNames": ["@types/node"],
"matchUpdateTypes": [
"major",
"minor"
],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
Expand Down

0 comments on commit e78fbe8

Please sign in to comment.