1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Icedream 5a75fbc6ed
Automerge non-major updates. 2021-10-12 20:44:47 +02:00
Renovate Bot 5db3045320
Add renovate.json 2021-10-12 18:42:01 +00:00
1 changed files with 11 additions and 0 deletions

11
renovate.json Normal file
View File

@ -0,0 +1,11 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}