diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c76ef6..d31de79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,15 +3,18 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + open-pull-requests-limit: 0 - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "weekly" + open-pull-requests-limit: 0 - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" + open-pull-requests-limit: 0