From 3ac154a04bde313ef5bd2ece86724bba071b7b43 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 2 Oct 2022 22:51:58 +0200 Subject: [PATCH] Extend Dependabot configuration to keep GitHub Actions up to date --- .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