[skip ci] cleanup renovate config

This commit is contained in:
Robert Kaussow 2021-02-20 13:23:47 +01:00
parent 025ef4321e
commit 1b81f30688
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
"extends": ["github>thegeeklab/renovate-presets:docker"],
"packageRules": [
{
"datasources": ["github-releases"],
"groupName": "Bitwarden RS packages",
"packagePatterns": ["^dani-garcia"]
"groupName": "bitwarden packages",
"matchDatasources": ["github-releases"],
"matchPackagePatterns": ["^dani-garcia"]
}
]
}