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

View File

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