Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken authored Aug 19, 2021
1 parent 408e6fb commit 3407365
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": ["config:js-lib", "group:all"],
"lockFileMaintenance": { "enabled": true, "automerge": true },
"postUpdateOptions": ["npmDedupe"],
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
]
"extends": [
"config:js-lib",
"group:all",
"schedule:earlyMondays",
":automergeAll",
":dependencyDashboard",
":maintainLockFilesWeekly"
],
"postUpdateOptions": ["npmDedupe"]
}

0 comments on commit 3407365

Please sign in to comment.