From 1cce08e3a690b1417354ac9f6736f8a2b14ea202 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Sun, 25 Aug 2024 15:28:12 +0000 Subject: [PATCH] github: add dependabot configuration Configure dependabot to check for updates to GitHub actions daily. Signed-off-by: Henrik Brix Andersen --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..447e21a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 + +updates: + # Check for updates to GitHub actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily