Update dependabot.yml

This commit is contained in:
Jamie O'Meara 2021-05-19 15:44:40 -06:00 committed by GitHub
parent 023f68352e
commit 5084feb050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,6 @@ updates:
open-pull-requests-limit: 10
ignore:
# Ignore some updates to the 'bootstrap' package
- dependency-name: "org.webjars-bootstrap"
- dependency-name: "org.webjars:bootstrap"
# Ignore only new versions for 4.x and 5.x
versions: ["4.x", "5.x"]
versions: ["3.4.x", "4.x", "5.x"]