From da93422e7fe7ca7a4ec53de1ab6790376a3708a9 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Wed, 23 Jul 2025 15:02:46 +0200 Subject: [PATCH] Enable weekly Dependabot updates for "gomod" ecosystem (#18) --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..d8ec103 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + groups: + all-updates: + patterns: + - "*"