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