From ccc6dccd7d7cf3791c5ee99d2d28a879c9c71067 Mon Sep 17 00:00:00 2001 From: Ian McGinnis <67600557+ian-noaa@users.noreply.github.com> Date: Mon, 6 May 2024 15:38:03 -0600 Subject: [PATCH] Reduce frequency of Dependabot updates Reduce the frequency of Dependabot version updates from weekly to monthly. --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6957d21e1..c3945ab7c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" pull-request-branch-name: separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries target-branch: "development" # raise PRs for version updates to GHA against the `development` branch @@ -20,9 +20,9 @@ updates: - package-ecosystem: "gomod" directory: "/home" schedule: - interval: "weekly" + interval: "monthly" pull-request-branch-name: separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries target-branch: "development" assignees: - - "ian-noaa" \ No newline at end of file + - "ian-noaa"