From 48df9b9e386f893a2b363b6fc07289702365a67f Mon Sep 17 00:00:00 2001 From: Leander Stephen D'Souza Date: Fri, 8 Aug 2025 10:03:21 +0100 Subject: [PATCH] Add GitHub actions to the dependabot configuration. Signed-off-by: Leander Stephen D'Souza --- .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 0000000000..fb0106d81b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "🛠️"