Skip to content

Commit

Permalink
fix: auto update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx authored Dec 21, 2022
1 parent c96954a commit 65ca7b9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"schedule:earlyMondays"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "branch",
"platformAutomerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 65ca7b9

Please sign in to comment.