From 43127dc11942269b4b7772129a9e7b2110a419be Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 6 Oct 2022 01:53:17 +0200 Subject: [PATCH] chore: extend Dependabot configuration for GitHub Actions updates (#198) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 910241a..0b455cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: monthly open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10