mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Dependabot runs monthly and only makes prs for production dependencies
This commit is contained in:
parent
48b016802c
commit
e15a76e7aa
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -3,11 +3,10 @@ updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/awx/ui"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
interval: "monthly"
|
||||
open-pull-requests-limit: 5
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
- dependency-type: "production"
|
||||
reviewers:
|
||||
- "AlexSCorey"
|
||||
- "keithjgrant"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user