From 55885e0cd9bf244aa491fc970f7461a2bca6b8d8 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Mon, 17 Mar 2025 10:09:37 +0100 Subject: [PATCH] Enable dependabot for GitHub Actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..1a7ee1277 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily