mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Update dependabot.yml
This commit is contained in:
parent
023f68352e
commit
5084feb050
1 changed files with 2 additions and 2 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue