From 9d0e1b0b0009ed3f949df4b47e82e02f8c6a529e Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 18 Sep 2024 11:41:52 +0100 Subject: [PATCH] Configure dependabot to update actions (#373) --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb3d014b..45c8cdc2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,3 +34,21 @@ updates: labels: - "dependencies" - "skip-changelog" + # github-actions with directory: "/" only monitors .github/workflows + # https://github.com/dependabot/dependabot-core/issues/6345 + - package-ecosystem: "github-actions" + directory: "/.github/actions/build-test" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: "github-actions" + directory: "/.github/actions/merge-release" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*"