Skip to content

Commit

Permalink
renovate update
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni committed Oct 13, 2024
1 parent db50783 commit d8c3a9d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"dependencyDashboard": true,
"assigneesFromCodeOwners": true,
"baseBranches": [
"main"
"stage"
],
"prHourlyLimit": 6
"prHourlyLimit": 6,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit d8c3a9d

Please sign in to comment.