From aba195c8cec59e45a9ff1f93d81002a7464b37c7 Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Mon, 8 Jan 2024 09:12:00 +0000 Subject: [PATCH] Add GitHub Actions to dependabot configuration --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 57614f49..e1a00011 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: / schedule: interval: daily + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily