From 0f04f1262c277f61185326b85122a52c273ef74a Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Sun, 10 Nov 2024 10:41:56 +0100 Subject: [PATCH] ci(dependabot): update GA periodically (#1577) Co-authored-by: Aaron Pham --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ea6875..f73eb96 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,12 @@ updates: applies-to: "version-updates" patterns: - "*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + ci-dependencies: + applies-to: "version-updates" + patterns: + - "*"