From 6988fe7f8e155c2f4938b9c43ba3564d3a19c41f Mon Sep 17 00:00:00 2001 From: William Martin Date: Wed, 20 May 2026 13:24:52 +0200 Subject: [PATCH] Add dependabot config for gomod and actions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..10735d3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: "daily" + cooldown: + default-days: 5 + ignore: + - dependency-name: "*" + update-types: + - version-update:semver-major +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + cooldown: + default-days: 5