Skip to content

Commit

Permalink
Merge pull request #3615 from ministryofjustice/sunday-dependabot
Browse files Browse the repository at this point in the history
ci: Move dependabot to run on Sunday
  • Loading branch information
mikebell authored Dec 12, 2024
2 parents 03b32dd + 7caa35a commit f4f453e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00" # UTC
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
groups:
go:
Expand All @@ -25,7 +25,7 @@ updates:
directory: "/terraform/aws-accounts/cloud-platform-aws/account"
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
groups:
cloud-platform-aws-account:
Expand All @@ -35,7 +35,7 @@ updates:
directory: "/terraform/aws-accounts/cloud-platform-aws/vpc"
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
groups:
cloud-platform-aws-vpc:
Expand All @@ -45,7 +45,7 @@ updates:
directory: "/terraform/aws-accounts/cloud-platform-aws/vpc/eks"
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
groups:
cloud-platform-aws-vpc-eks:
Expand All @@ -58,7 +58,7 @@ updates:
directory: "/terraform/aws-accounts/cloud-platform-aws/vpc/eks/components"
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
groups:
cloud-platform-aws-vpc-eks-components:
Expand All @@ -68,7 +68,7 @@ updates:
directory: "/terraform/aws-accounts/cloud-platform-dsd"
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
groups:
cloud-platform-dsd:
Expand All @@ -79,34 +79,34 @@ updates:
open-pull-requests-limit: 0
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
- package-ecosystem: "terraform"
directory: "/terraform/aws-accounts/cloud-platform-ephemeral-test/vpc"
open-pull-requests-limit: 0
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
- package-ecosystem: "terraform"
directory: "/terraform/aws-accounts/cloud-platform-ephemeral-test/vpc/eks"
open-pull-requests-limit: 0
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
- package-ecosystem: "terraform"
directory: "/terraform/aws-accounts/cloud-platform-ephemeral-test/vpc/eks/components"
open-pull-requests-limit: 0
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
- package-ecosystem: "terraform"
directory: "/terraform/global-resources"
schedule:
interval: "weekly"
day: "wednesday"
day: "sunday"
time: "09:00"
groups:
global-resources:
Expand Down

0 comments on commit f4f453e

Please sign in to comment.