Skip to content

Commit

Permalink
Merge pull request #1 from dev-sec/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
schurzi authored Jun 5, 2023
2 parents 7f0611f + d062834 commit eb0fbeb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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:base",
":gitSignOff"
],
"dependencyDashboard": true,
"dependencyDashboardAutoclose": true,
"packageRules": [
{
"matchUpdateTypes": ["patch", "minor"],
"automerge": true
}
]
}

0 comments on commit eb0fbeb

Please sign in to comment.