Merge pull request #12257 from AlexSCorey/updateDependabot

Dependabot runs monthly and only makes prs for production dependencies
This commit is contained in:
Alex Corey 2022-05-24 09:35:09 -04:00 committed by GitHub
commit 997686a2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"