From 688e24aa8d0ab562da7fb7b86cea44589694c848 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Tue, 15 Aug 2023 22:12:34 +0200 Subject: [PATCH] Configure Dependabot to check GitHub Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 328f54c5..fec9b263 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,9 @@ updates: target-branch: development schedule: interval: monthly + + - package-ecosystem: github-actions + directory: / + target-branch: development + schedule: + interval: monthly