From 3e28326253c4111e07af1b56c4bba6345e8c1b21 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Fri, 13 Sep 2024 23:57:35 +0200 Subject: [PATCH] CI: try enable Dependabot checks for GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 505f01ea..c6f87a02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: + - package-ecosystem: "github-actions" + directories: ["/", "/.github/workflows/perform-common-steps"] + schedule: + interval: "daily" - package-ecosystem: "github-actions" directory: "/" schedule: