diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ce5714afa..c0f33178f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"