Skip to content

Commit

Permalink
Updates dependabot config (#1571)
Browse files Browse the repository at this point in the history
Includes:

- Time / Timezone: 09:00 America/Los_Angeles
- Group: @aws-sdk/*
  • Loading branch information
pastuxso authored Aug 21, 2024
1 parent c07138d commit f59fb64
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ updates:
directory: "/"
schedule:
interval: weekly
time: "11:00"
time: "09:00"
day: "wednesday"
timezone: "America/Los_Angeles"
open-pull-requests-limit: 10
versioning-strategy: increase-if-necessary
ignore:
Expand All @@ -24,3 +25,9 @@ updates:
- dependency-name: "@octokit/rest"
# it breaks wdio-vscode-service
- dependency-name: "vscode-uri"
groups:
aws-sdk:
patterns:
- "@aws-sdk/client-ec2"
- "@aws-sdk/client-eks"
- "@aws-sdk/credential-providers"

0 comments on commit f59fb64

Please sign in to comment.