chore(repo): enable automerge for renovate prs
All checks were successful
Actions / Build Plugins (push) Successful in 42s
All checks were successful
Actions / Build Plugins (push) Successful in 42s
only automerges digest updates and minor / patch dependency updates. everything else will have to be manually reviewed by yours truly, to avoid breakages
This commit is contained in:
parent
595c226b05
commit
3efd5eec92
1 changed files with 6 additions and 0 deletions
|
@ -2,5 +2,11 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>cc/renovate-config"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue