Skip to content

Commit

Permalink
chore: spread out Dependabot updates (#2380)
Browse files Browse the repository at this point in the history
We see a lot of conflicts with Dependabot updates, presumably because
many PRs are created at the same time. Prior to #1947
we created the PRs at different times, and it feels like we got
fewer conflicts. Therefore re-adding the times for different modules
to ensure that the PRs have time to be merged before the next PR
is created.

Co-authored-by: Andrea Zucchini <andrea.zucchini-garcia@broadcom.com>
  • Loading branch information
blgm and zucchinidev authored Feb 4, 2025
1 parent 68309ea commit c58f16c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ updates:
directory: "/"
target-branch: main
schedule:
interval: "weekly"
day: "saturday"
time: "01:00"
groups:
aws-sdk-go-v2:
patterns:
Expand All @@ -23,15 +23,15 @@ updates:
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/postgresqlapp"
schedule:
interval: "weekly"
day: "saturday"
time: "02:00"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/s3app"
schedule:
interval: "weekly"
day: "saturday"
time: "03:00"
groups:
aws-sdk-go-v2:
patterns:
Expand All @@ -41,29 +41,29 @@ updates:
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/mysqlapp"
schedule:
interval: "weekly"
day: "saturday"
time: "04:00"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/mssqlapp"
schedule:
interval: "weekly"
day: "saturday"
time: "05:00"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/redisapp"
schedule:
interval: "weekly"
day: "saturday"
time: "06:00"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/dynamodbnsapp"
schedule:
interval: "weekly"
day: "saturday"
time: "07:00"
groups:
aws-sdk-go-v2:
patterns:
Expand All @@ -73,8 +73,8 @@ updates:
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/sqsapp"
schedule:
interval: "weekly"
day: "saturday"
time: "08:00"
groups:
aws-sdk-go-v2:
patterns:
Expand All @@ -84,8 +84,8 @@ updates:
- package-ecosystem: gomod
directory: "/providers/terraform-provider-csbdynamodbns"
schedule:
interval: "weekly"
day: "saturday"
time: "09:00"
groups:
aws-sdk-go-v2:
patterns:
Expand All @@ -95,8 +95,8 @@ updates:
- package-ecosystem: gomod
directory: "/providers/terraform-provider-csbmajorengineversion/"
schedule:
interval: "weekly"
day: "saturday"
time: "10:00"
groups:
aws-sdk-go-v2:
patterns:
Expand Down

0 comments on commit c58f16c

Please sign in to comment.