From 499c272260844bacf6eeb19dd739c74701b6f718 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:37:52 +0100 Subject: [PATCH] dependabot switch to monthly --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 34e7a24..0042295 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: patterns: - "*" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" @@ -21,7 +21,7 @@ updates: patterns: - "*" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "npm" directory: "/scripts/settings/" @@ -30,11 +30,11 @@ updates: patterns: - "*" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "docker" # Look for a `Dockerfile` in the `root` directory directory: "/" # Check for updates once a week schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly" \ No newline at end of file