diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 848221e4f..40a182372 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,21 +5,30 @@ updates: # checks workflow files in /.github/workflows directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "23:00" + timezone: "Europe/Amsterdam" # Go - package-ecosystem: "gomod" # checks /go.mod directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "23:00" + timezone: "Europe/Amsterdam" # Docker - package-ecosystem: "docker" # checks /Dockerfile directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "23:00" + timezone: "Europe/Amsterdam" # Python (PRs disabled) - package-ecosystem: "pip" @@ -28,4 +37,4 @@ updates: schedule: interval: "weekly" # Allow up to 0 open pull requests for pip dependencies - open-pull-requests-limit: 0 \ No newline at end of file + open-pull-requests-limit: 0