[dependabot] Update dependabot.yml to match other repos
Closes https://github.com/dart-lang/sdk/pull/60201 GitOrigin-RevId: cbea37aabf54a0b15ad28ae61420fe18df96b855 Change-Id: Ife722a383f9676f4fefc63c97a35acde5a0f69d6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/411740 Reviewed-by: Alexander Thomas <athom@google.com> Reviewed-by: Devon Carew <devoncarew@google.com>
This commit is contained in:
+10
-3
@@ -1,6 +1,13 @@
|
||||
# Dependabot configuration file.
|
||||
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
|
||||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: monthly
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
Reference in New Issue
Block a user