Skip to content

Commit

Permalink
Migrate config .renovaterc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 8af9b45 commit b347d64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"extends": ["config:base", ":automergeMinor"],
"extends": ["config:recommended", ":automergeMinor"],
"reviewers": ["team:dev"],
"dependencyDashboard": true,
"stabilityDays": 4,
"minimumReleaseAge": "4 days",
"packageRules": [
{
"matchDepTypes": ["dependencies"],
"rangeStrategy": "bump"
},
{
"matchPackagePatterns": ["eslint"],
"automerge": false
"automerge": false,
"matchPackageNames": ["/eslint/"]
}
]
}

0 comments on commit b347d64

Please sign in to comment.