From ba41953438c316903d3fdd5411460ba46fc16a9d Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Mon, 24 Feb 2025 12:12:47 -0800 Subject: [PATCH] [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 Reviewed-by: Devon Carew --- .github/dependabot.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1f..ff0fd365f38 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: + - "*"