Skip to content

Commit ba41953

Browse files
committed
[dependabot] Update dependabot.yml to match other repos
Closes #60201 GitOrigin-RevId: cbea37a Change-Id: Ife722a383f9676f4fefc63c97a35acde5a0f69d6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/411740 Reviewed-by: Alexander Thomas <[email protected]> Reviewed-by: Devon Carew <[email protected]>
1 parent 21ce992 commit ba41953

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
# Dependabot configuration file.
2+
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
13
version: 2
4+
25
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
6+
- package-ecosystem: github-actions
7+
directory: /
58
schedule:
6-
interval: "weekly"
9+
interval: monthly
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"

0 commit comments

Comments
 (0)