Compare commits

...

2 commits

Author SHA1 Message Date
beaabb0dec updated renovate.json
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-21 17:05:36 +01:00
e7a7f7c486 updated renovate.json 2021-01-21 17:03:55 +01:00

View file

@ -6,6 +6,7 @@
"main" "main"
], ],
"rangeStrategy": "bump", "rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
@ -38,6 +39,14 @@
"groupName": [ "groupName": [
"base dependencies" "base dependencies"
] ]
},
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
} }
] ]
} }