Skip to content

Commit

Permalink
Merge branch 'root' into refactor/depUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJansel committed Nov 28, 2024
2 parents f5270e3 + 4419999 commit feb8212
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"commitBody": "[skip ci]",
"baseBranches": ["refactor/depUpdates"],
"prHourlyLimit": 0,
"packageRules": [
{
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit feb8212

Please sign in to comment.