From 5cac553c05ce7be0251771e4f11439bb3f5a3c3f Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 6 Oct 2022 02:12:22 +0200 Subject: [PATCH] Extend Dependabot configuration to keep GitHub Actions up to date (#20) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5cde165..397bdaa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10