Skip to content

Commit 4127688

Browse files
authored
Change GitHub actions dependabot schedule to weekly (#19981)
Main motivator for this is the `taiki-e` action which has lots of version bumps and subsequently lots of PRs; but also the other actions are weekly only so might as well make them consistent.
1 parent e5e7636 commit 4127688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ updates:
4848
- package-ecosystem: "github-actions"
4949
directory: "/"
5050
schedule:
51-
interval: "daily"
51+
interval: "weekly"
5252
open-pull-requests-limit: 10
5353
labels: [auto-dependencies]
5454
- package-ecosystem: "pip"

0 commit comments

Comments
 (0)