From 30c407f63c4a34fe4e6517d2223878ba0c404d17 Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Fri, 7 Mar 2025 09:46:51 +0100 Subject: [PATCH] ci: add dependabot config --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cde0864 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10