False negative: "Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch'"
corneliusroemer opened this issue · 1 comments
corneliusroemer commented
Dependabot validate lets this through:
version: 2
updates:
- package-ecosystem: docker
directory: website
schedule:
interval: weekly
groups:
minorAndPatch:
update-types:
- "minor"
- "patch"
- package-ecosystem: docker
directories:
- website
- backend
schedule:
interval: weekly
groups:
minorAndPatch:
update-types:
- "minor"
- "patch"
even though dependabot itself complains with:
Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch'