Skip to content

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 19, 2023
1 parent 6c4fe83 commit e377ce9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": ["config:base", ":disableRateLimiting", "npm:unpublishSafe"],
"schedule": ["* 2-3 * * *"],
"separateMinorPatch": true,
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch"],
"automerge": true
}
],
"lockFileMaintenance": { "enabled": true, "automerge": true }
}

0 comments on commit e377ce9

Please sign in to comment.