mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Dependabot runs monthly and only makes prs for production dependencies
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user