From 142dd6a16f174281d7cfc0502f2f6cefd693ebc8 Mon Sep 17 00:00:00 2001 From: Sli Date: Thu, 28 Aug 2025 22:06:35 +0200 Subject: [PATCH] Update dependabot config --- .github/dependabot.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6dfe4585..d9af29db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,19 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 -updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests + +multi-ecosystem-groups: + common: + directory: "/" schedule: interval: "weekly" target-branch: "taiste" commit-message: - prefix: "[UPDATE] " \ No newline at end of file + prefix: "[UPDATE] " + +updates: + - package-ecosystem: "uv" + multi-ecosystem-group: "common" + + - package-ecosystem: "npm" + multi-ecosystem-group: "common"