Skip to content

Commit

Permalink
chore: Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy authored Sep 7, 2023
1 parent d3bc2b8 commit ece0a44
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,25 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchDepTypes": [
"devDependencies"
],
"automerge": true
}
],
"automergeType": "branch",
"platformAutomerge": true,
"ignoreTests": true
}

0 comments on commit ece0a44

Please sign in to comment.