Create dependabot.yml (#2640)

* Create dependabot.yml

* labels
This commit is contained in:
efb4f5ff-1298-471a-8973-3d47447115dc 2022-09-30 12:30:18 +00:00 committed by GitHub
parent a9bb627cce
commit 240511dabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
labels:
- "PR: waiting for review"
- "PR: dependencies"