.github/dependabot.yml: disable default labels

We have our own labels and don't need "dependencies" or "github_actions"
labels.
This commit is contained in:
Wolfgang Walther 2025-05-05 17:15:19 +02:00
parent 4ed55aef27
commit 2b5df8c18d
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -4,3 +4,4 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
labels: [ ]