Skip to content
Snippets Groups Projects
Commit a55bf0cd authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

chore: apply standard TBC's renovate config

parent 4c43fb45
Branches
No related tags found
No related merge requests found
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended", "config:base",
":disableDependencyDashboard" ":disableDependencyDashboard"
],
"packageRules": [
{
"matchDatasources": [
"gitlab-tags"
],
"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