diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 3e43501..44db557 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: tuesday commit-message: prefix: "chore(deps)" @@ -15,7 +15,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: tuesday commit-message: prefix: "chore(deps)"