From c9257178ab6473fab082ff613ca5b03e691c665d Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 28 Sep 2023 21:42:24 +0200 Subject: [PATCH] CI: Configure Dependabot to check for versions of GitHub actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11f..8efce62c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"