From 8262164c03218429714207e098286917a26f9a1c Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Tue, 18 Feb 2025 09:21:27 +0100 Subject: [PATCH] Consolidate npm package updates --- .github/dependabot.yml | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6efd61dab..aa41add6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,26 +6,18 @@ updates: interval: "weekly" - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - - - package-ecosystem: "npm" - directory: "azdo-task/DevcontainersCi" - schedule: - interval: "weekly" - - - package-ecosystem: "npm" - directory: "/common" - schedule: - interval: "weekly" - - - package-ecosystem: "npm" - directory: "/github-action" - schedule: - interval: "weekly" - - - package-ecosystem: "npm" - directory: "/.github/scripts" + directories: + - "/" + - "azdo-task/DevcontainersCi" + - "/common" + - "/github-action" + - "/.github/scripts" + groups: + all: + patterns: + - "*" + ignore: + - dependency-name: "eslint" + update-types: ["version-update:semver-major"] # eslint 9 removed support for JSON config files schedule: interval: "weekly"