From 6800f3450a7982de6c746bbc28d52c6a6e335a9f Mon Sep 17 00:00:00 2001 From: Jerome Prinet Date: Mon, 19 Feb 2024 15:24:14 +0100 Subject: [PATCH] Configure Dependabot to monitor .github/actions --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a84c4d..75f1803 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,24 @@ updates: github-actions: patterns: - "*" + # github-actions with directory: "/" only monitors .github/workflows + # https://github.com/dependabot/dependabot-core/issues/6345 + - package-ecosystem: "github-actions" + directory: "/.github/actions/build-dist" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: "github-actions" + directory: "/.github/actions/download-dist" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "npm" directory: "/"