From 7a8986817e3f3881178d69cb7680509f3a127c9a Mon Sep 17 00:00:00 2001 From: willbot Date: Mon, 13 Jul 2026 10:47:30 +0200 Subject: [PATCH] chore(deps): ignore @codingame/* major bumps in dependabot The monaco-vscode service-override packages version in lockstep with monaco-vscode-api, so a single-package major bump can never build. Treat the suite like typescript/vitest: majors are coordinated by hand. Signed-off-by: willbot Signed-off-by: Will Madden --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a1bdf269a..ba9b8bc31f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -67,6 +67,12 @@ updates: update-types: ["version-update:semver-major"] - dependency-name: "vitest" update-types: ["version-update:semver-major"] + # The @codingame/monaco-vscode-* service overrides (and the `vscode` + # alias pointing at @codingame/monaco-vscode-extension-api) must move in + # lockstep with each other; a single-package major bump can never build, + # so Dependabot's per-package major PRs are pure noise for this suite. + - dependency-name: "@codingame/*" + update-types: ["version-update:semver-major"] - package-ecosystem: github-actions directory: /