mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-12-08 21:26:14 +00:00
Prevent major updates of Mocha through Dependabot (#8207)
This commit is contained in:
parent
5215c8c4f8
commit
bcc59e54cd
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user