Skip to content

Commit

Permalink
Create renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw authored Jul 24, 2023
1 parent 610e699 commit c9c87f3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"automerge": true,
"automergeStrategy": "squash",
"dependencyDashboard": true,
"schedule": ["every weekend"],
"ignorePaths": ["legacy/**"]

}

0 comments on commit c9c87f3

Please sign in to comment.