Merge pull request #12138 from kialam/add-directory-dependabot

Add directory destination to dependabot yaml file
This commit is contained in:
kialam 2022-05-02 12:30:53 -07:00 committed by GitHub
commit 4bbdf1ec8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/awx/ui"
schedule:
interval: "weekly"
day: "sunday"