awx/.github/dependabot.yml
Alex Corey 50ef234bd6
Update .github/dependabot.yml
Co-authored-by: Marliana Lara <marliana.lara@gmail.com>
2022-04-28 15:14:08 -04:00

21 lines
402 B
YAML

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"