1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-23 11:02:35 +03:00

dependabot: ignore @types/node major version updates

This commit is contained in:
Quentin Gliech
2023-10-10 09:32:01 +02:00
parent 492609d1f3
commit ef39090a85

View File

@@ -85,6 +85,10 @@ updates:
directory: "/tools/syn2mas/" directory: "/tools/syn2mas/"
schedule: schedule:
interval: "weekly" interval: "weekly"
ignore:
# Ignore @types/node until we can upgrade to Node 20
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
groups: groups:
production: production:
dependency-type: "production" dependency-type: "production"