From 81a7e182943f7cb4733e27a2efbba462cef3518b Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Thu, 27 Nov 2025 16:21:46 +0100 Subject: [PATCH] Group dependabot updates --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..642cb667 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +version: 2 + +updates: + # Group updates into a single PR per workspace package + - package-ecosystem: npm + directory: "/packages/docker" + schedule: + interval: weekly + groups: + all-dependencies: + patterns: + - "*" + - package-ecosystem: npm + directory: "/packages/hooklib" + schedule: + interval: weekly + groups: + all-dependencies: + patterns: + - "*" + - package-ecosystem: npm + directory: "/packages/k8s" + schedule: + interval: weekly + groups: + all-dependencies: + patterns: + - "*"