diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 202a0c2..349e93c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,16 +8,16 @@ updates: - package-ecosystem: "gomod" directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "quarterly" - package-ecosystem: "github-actions" directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "quarterly" - package-ecosystem: "docker" directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "quarterly" - package-ecosystem: "npm" directory: "/" schedule: - interval: "monthly" + interval: "quarterly"