From e15a76e7aae15948d1f7c1e9059b91d39a7d0053 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Thu, 19 May 2022 11:16:51 -0400 Subject: [PATCH] Dependabot runs monthly and only makes prs for production dependencies --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"