From 53d97f3649ab2b54025e550fdef5b22ffb2c1be7 Mon Sep 17 00:00:00 2001 From: Nathan Klick Date: Sat, 9 Dec 2023 13:29:01 -0600 Subject: [PATCH] chore: update dependabot configuration to monitor Github Actions Signed-off-by: Nathan Klick --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e492bf16c..24dd40169 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: interval: weekly open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10