chore(ci): Update rennovate config

This commit is contained in:
Sekwah 2021-07-25 16:02:26 +01:00
parent 9b3adf7ba4
commit 012ddf6e36
No known key found for this signature in database
GPG Key ID: B506846B1ED62854
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"commitMessagePrefix": "chore(deps):",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "branch",
"groupName": "Deps",
"schedule": ["every weekend"]
}
]
}