Skip to content

Commit

Permalink
Add renovate with auto merge config.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Sep 15, 2023
1 parent c2d78fa commit 8bd0ad6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:recommended"
],
"ignorePresets": [
":prHourlyLimit2"
],
"platformAutomerge": true,
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
}

0 comments on commit 8bd0ad6

Please sign in to comment.