From c0116ebbec7f25b37c00ee1725a3660de47cbc56 Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Thu, 28 Aug 2025 13:33:41 +0200 Subject: [PATCH] Add dependabot version updates (#468) --- .github/dependabot.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..fcc05307 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,42 @@ +version: 2 +updates: + - package-ecosystem: gomod + open-pull-requests-limit: 10 + directory: "/db" + schedule: + interval: "monthly" + groups: + gomod-backward-compatible: + update-types: + - minor + - patch + - package-ecosystem: github-actions + open-pull-requests-limit: 5 + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions-backward-compatible: + update-types: + - minor + - patch + - package-ecosystem: npm + open-pull-requests-limit: 5 + directory: "/web" + schedule: + interval: "monthly" + groups: + npm-backward-compatible: + update-types: + - minor + - patch + - package-ecosystem: npm + open-pull-requests-limit: 5 + directory: "/docs" + schedule: + interval: "monthly" + groups: + docker-backward-compatible: + update-types: + - minor + - patch \ No newline at end of file