From cd1df162a948a7ca9b19669b0e0dbd18c39698f6 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 20 Nov 2025 19:10:28 +0100 Subject: [PATCH] ci: add GHA dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..80149474d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "ci" +