Skip to content

Commit

Permalink
Merge pull request #241 from konstruktoid/reno
Browse files Browse the repository at this point in the history
update renovate configuration
  • Loading branch information
konstruktoid committed Jul 19, 2024
2 parents 845bb13 + 817eeb4 commit a9f7227
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
],
"platformAutomerge": true
}

0 comments on commit a9f7227

Please sign in to comment.