From 9eb13a7157f572f9cf5b1e614de4a0509acc4257 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 31 Aug 2025 11:03:14 +0100 Subject: [PATCH] Add dependabot --- .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"