Skip to content

Commit

Permalink
Add renovate.json configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Oct 9, 2024
1 parent 235318c commit d025cf3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/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": [
"config:base"
],
"commitMessagePrefix": "⬆️",
"dependencyDashboard": true,
"prCreation": "approval",
"lockFileMaintenance": {
"automerge": false
},
"minor": {
"automerge": false
},
"patch": {
"automerge": false
},
"pin": {
"automerge": false
}
}

0 comments on commit d025cf3

Please sign in to comment.