Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Nov 14, 2024
1 parent 2a1d2b6 commit 3929598
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
{
"extends": [
"config:base",
"group:all",
"schedule:weekly",
":widenPeerDependencies"
],
"enabledManagers": [
"npm"
],
"extends": ["config:recommended", "group:all", "schedule:weekly", ":widenPeerDependencies"],
"enabledManagers": ["npm"],
"packageRules": [
{
"matchManagers": [
"npm"
],
"matchManagers": ["npm"],
"automerge": true,
"stabilityDays": 2
"minimumReleaseAge": "2 days"
},
{
"matchPackagePatterns": [
"npm"
],
"rangeStrategy": "auto"
"rangeStrategy": "auto",
"matchPackageNames": ["/npm/"]
}
],
"timezone": "Europe/Helsinki",
"dependencyDashboard": true
}
}

0 comments on commit 3929598

Please sign in to comment.