Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
# Target `next`, not `main`. `main` only takes the weekly promotion PR and
# the Release PR (see RELEASE.md); dep updates batch on `next` and ship in
# the weekly release instead of cutting off-cycle releases.
target-branch: "next"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -15,6 +19,7 @@ updates:

- package-ecosystem: "npm"
directory: "/"
target-branch: "next"
schedule:
interval: "weekly"
day: "monday"
Expand Down