diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 84% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml index 0011237..264b360 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + day: "sunday" + timezone: "Europe/Copenhagen" + time: "23:00" # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" @@ -17,3 +20,6 @@ updates: directory: "/" schedule: interval: "weekly" + day: "sunday" + timezone: "Europe/Copenhagen" + time: "23:00"