Merge pull request #12120 from AlexSCorey/addDependabot

Add dependabot for ui
This commit is contained in:
Alex Corey 2022-04-28 15:43:03 -04:00 committed by GitHub
commit 6e6c3f676e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "npm"
schedule:
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 5
allow:
- dependency-type: "all"
reviewers:
- "AlexSCorey"
- "keithjgrant"
- "kialam"
- "mabashian"
- "marshmalien"
- "nixocio"
labels:
- "component:ui"
- "dependencies"
target-branch: "devel"