From e03d2bd8265977db3113269635db676c9a0f9556 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Tue, 30 Dec 2025 10:49:38 +0100 Subject: [PATCH] [ignore] update dependabot to cover more code deps and create single PR Signed-off-by: Augustin Husson --- .github/dependabot.yml | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 499ceea..4d2741b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,33 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/ui" - open-pull-requests-limit: 3 + directories: + - "/" + - "/components" + - "/dashboards" + - "/explore" + - "/plugin-system" + open-pull-requests-limit: 5 schedule: interval: "monthly" - # Raise all npm pull requests with custom labels - labels: - - "dependencies" - - "ui" + groups: + npm: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + actions: + patterns: + - "*" +- package-ecosystem: "gomod" + directory: "/" + open-pull-requests-limit: 10 + schedule: + interval: "weekly" + groups: + gomod: + patterns: + - "*"