Prevent major updates of Mocha through Dependabot (#8207)

This commit is contained in:
Jon Koops 2022-05-02 17:34:18 +02:00 committed by GitHub
parent 5215c8c4f8
commit bcc59e54cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ updates:
update-types: ["version-update:semver-major"]
- dependency-name: sinon
update-types: ["version-update:semver-major"]
- dependency-name: mocha
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 999