Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2023
1 parent fecf0cf commit 066185b
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 066185b

Please sign in to comment.