Skip to content

Commit

Permalink
Enables Renovate bot to take care of outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Sep 30, 2023
1 parent 78c19d8 commit baee10d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"baseBranches": [
"release/5.0.x"
],
"packageRules": [
{
"matchUpdateTypes": ["major","minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit baee10d

Please sign in to comment.