mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Merge pull request #8 from octodemo/omearaj-patch-2
Create dependabot.yml
This commit is contained in:
commit
0ad61e016a
1 changed files with 24 additions and 0 deletions
24
.github/dependabot.yml
vendored
Normal file
24
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# dependabot.yml file with updates
|
||||
# disabled for Docker and limited for npm
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
# Configuration for Dockerfile
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
# Disable all pull requests for Docker dependencies
|
||||
open-pull-requests-limit: 0
|
||||
|
||||
# Configuration for maven
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
# Ignore some updates to the 'bootstrap' package
|
||||
- dependency-name: "bootstrap"
|
||||
# Ignore only new versions for 4.x and 5.x
|
||||
versions: ["4.x", "5.x"]
|
Loading…
Reference in a new issue