From a6b8bdad8f39226e1a00cc27d9448f627d86096a Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Sat, 28 Dec 2024 12:12:38 +0100 Subject: [PATCH] chore: Add dependabot configuration Signed-off-by: Kim Christensen --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..251b5a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: +- package-ecosystem: gomod + directory: / + schedule: + interval: weekly + day: sunday + labels: + - "dependabot 🤖"