From 3b52818455e79600f77d9e24f250e2234cfdd824 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Wed, 25 Mar 2026 10:35:38 +0100 Subject: [PATCH] Add dependabot --- .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..6f9ad38 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + groups: + gomod: + patterns: + - "*" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*"