From 5a710e91d2804016e95a2fc68046887accd3eee9 Mon Sep 17 00:00:00 2001 From: Joris Buchou Date: Thu, 12 Dec 2024 11:53:23 -0800 Subject: [PATCH] Update .github/dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"