Skip to content

Commit

Permalink
Consolidate dependabot configuration with multi-directory (#10921)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed May 3, 2024
1 parent 8fff982 commit 00491be
Showing 1 changed file with 8 additions and 35 deletions.
43 changes: 8 additions & 35 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/New_York"
open-pull-requests-limit: 1024

- package-ecosystem: "github-actions"
directory: "/.github/actions/cache/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/New_York"
open-pull-requests-limit: 1024
- package-ecosystem: "github-actions"
directory: "/.github/actions/upload-coverage/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/New_York"
open-pull-requests-limit: 1024
- package-ecosystem: "github-actions"
directory: "/.github/actions/fetch-vectors/"
directories:
- "/"
- "/.github/actions/cache/"
- "/.github/actions/upload-coverage/"
- "/.github/actions/fetch-vectors/"
schedule:
interval: "daily"
time: "06:00"
Expand All @@ -42,18 +24,9 @@ updates:
open-pull-requests-limit: 1024

- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "06:00"
timezone: "America/New_York"
allow:
# Also update indirect dependencies
- dependency-type: all
open-pull-requests-limit: 1024

- package-ecosystem: pip
directory: "/.github/requirements/"
directories:
- "/"
- "/.github/requirements/"
schedule:
interval: daily
time: "06:00"
Expand Down

0 comments on commit 00491be

Please sign in to comment.