Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Aug 11, 2024
1 parent 3cec8d2 commit d120412
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":semanticCommits",
":disableDependencyDashboard",
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"labels": ["changelog:updated-dependencies"],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "auto"
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
}

0 comments on commit d120412

Please sign in to comment.