From f4191748a3ab0f014e233044f3d298f46542101b Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Mon, 12 Jan 2026 11:22:29 +0100 Subject: [PATCH] .github: add dependabot To open PRs automatically to bump dep versions. --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8a8a10e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly"