[skip ci] cleanup renovate config

This commit is contained in:
Robert Kaussow 2021-02-20 13:23:46 +01:00
parent fb6f9e1be2
commit e6940c87c1
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 ldap packages",
"packagePatterns": ["^ViViDboarder"]
"groupName": "bitwarden ldap packages",
"matchDatasources": ["github-releases"],
"matchPackagePatterns": ["^ViViDboarder"]
}
]
}