diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d01a4590..a31bbeaa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,5 +10,12 @@ updates: interval: "daily" - package-ecosystem: "github-actions" directory: "/" + groups: + "github-actions": + patterns: + - "*" # Group all GitHub Actions dependencies together schedule: - interval: "daily" + interval: "weekly" + day: "monday" + time: "09:00" + timezone: "Etc/UTC"