From 1f8ed141a100bda3a4fdb9f10967ea393b1a21e3 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 1 Nov 2025 20:59:31 +0100 Subject: [PATCH] add github dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..99f12d2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"