Skip to content

Commit

Permalink
Stagger dependabot update times (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen authored Apr 17, 2024
1 parent 64d2838 commit e2d96b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
time: "04:00"
labels:
- "dependencies"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
labels:
- "submodules"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "sp2019latest"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
time: "04:00"
labels:
- "dependencies"
- "sp2019latest"
Expand All @@ -29,6 +30,7 @@ updates:
target-branch: "sp2019latest"
schedule:
interval: "daily"
time: "08:00"
labels:
- "submodules"
- "sp2019latest"

0 comments on commit e2d96b8

Please sign in to comment.