Skip to content
Snippets Groups Projects
Commit edbdd55e authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

chore(renovate): update renovate config to automerge tbc deps

parent 7c742e9d
Branches
Tags
No related merge requests found
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base", "config:base",
":disableDependencyDashboard" ":disableDependencyDashboard"
], ],
"packageRules": [ "packageRules": [
...@@ -10,6 +10,21 @@ ...@@ -10,6 +10,21 @@
"gitlab-tags" "gitlab-tags"
], ],
"versioning": "docker" "versioning": "docker"
} },
{
"groupName": "to-be-continuous dependencies",
"groupSlug": "tbc-deps",
"matchPackagePatterns": [
"to-be-continuous/*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true,
"rebaseWhen": "auto"
}
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment