diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8da22b797fe..bf3f577657a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,36 +4,52 @@ updates: directory: "/updater" schedule: interval: "weekly" + day: "sunday" + time: "16:00" # Watch the per-ecosystem native helpers - package-ecosystem: "composer" directory: "/composer/helpers/v1" schedule: interval: "weekly" + day: "sunday" + time: "16:00" - package-ecosystem: "composer" directory: "/composer/helpers/v2" schedule: interval: "weekly" + day: "sunday" + time: "16:00" - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" + day: "sunday" + time: "16:00" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + day: "sunday" + time: "16:00" - package-ecosystem: "gomod" directory: "/go_modules/helpers" schedule: interval: "weekly" + day: "sunday" + time: "16:00" - package-ecosystem: "mix" directory: "/hex/helpers" schedule: interval: "weekly" + day: "sunday" + time: "16:00" - package-ecosystem: "npm" directory: "/npm_and_yarn/helpers" schedule: interval: "weekly" + day: "sunday" + time: "16:00" ignore: - dependency-name: "npm" update-types: ["version-update:semver-major"] @@ -41,7 +57,11 @@ updates: directory: "/python/helpers" schedule: interval: "weekly" + day: "sunday" + time: "16:00" - package-ecosystem: "pub" directory: "/pub/helpers" schedule: interval: "weekly" + day: "sunday" + time: "16:00"