ci: Do not use any label for Dependabot
This commit is contained in:
parent
4a479f8fdb
commit
5b31408fa7
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -1,16 +1,19 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
labels: []
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
|
||||
- package-ecosystem: npm
|
||||
labels: []
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
|
||||
- package-ecosystem: gradle
|
||||
labels: []
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
|
|
Loading…
Reference in a new issue