Skip to content

Commit

Permalink
refactor: :recycle update renovate config. Only update against dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Feb 27, 2024
1 parent 580fb8f commit 420395d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:recommended"],
"baseBranches": ["dev"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 420395d

Please sign in to comment.