Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: /
Expand Down
Loading