From fb8f3ce71f6d7ad64e323b19f8f325842b8712d1 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Sun, 10 Nov 2024 05:32:03 +0100 Subject: [PATCH] ci(dependabot): add github actions ecosystem To maintain the versions of the actions inside all workflows --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ea6875a2..5a176d540 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: + - "*"