mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Merge pull request #12120 from AlexSCorey/addDependabot
Add dependabot for ui
This commit is contained in:
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal 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"
|
||||||
Reference in New Issue
Block a user