From aa90cd4bb716d0c6740809775b67716db5ccaa38 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Fri, 16 Jun 2023 10:51:33 -0600 Subject: [PATCH] dependabot: improvements (#4261) * dependabot: improvements * no day for monthly * only security updates * turn updates back on * switch to monthly --- .github/dependabot.yaml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8f444334c..cb503c8a2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,16 +1,22 @@ version: 2 updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - labels: - - "dependency" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - package-ecosystem: "docker" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + open-pull-requests-limit: 50 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 50 + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 50 + - package-ecosystem: "npm" + directory: "/ui" + schedule: + interval: "monthly" + open-pull-requests-limit: 50