You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
dependabot: ignore @types/node major version updates
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -85,6 +85,10 @@ updates:
|
||||
directory: "/tools/syn2mas/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
ignore:
|
||||
# Ignore @types/node until we can upgrade to Node 20
|
||||
- dependency-name: "@types/node"
|
||||
update-types: ["version-update:semver-major"]
|
||||
groups:
|
||||
production:
|
||||
dependency-type: "production"
|
||||
|
||||
Reference in New Issue
Block a user