Upgrade to GitHub-native Dependabot (#394)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
bda4e56e5e
commit
630eba065a
1 changed files with 29 additions and 0 deletions
29
.github/dependabot.yml
vendored
Normal file
29
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: maven
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: io.github.classgraph:classgraph
|
||||
versions:
|
||||
- "< 4.2.3, >= 4.2.2.a"
|
||||
- dependency-name: io.github.classgraph:classgraph
|
||||
versions:
|
||||
- "< 4.2, > 4.1.5"
|
||||
- dependency-name: io.github.classgraph:classgraph
|
||||
versions:
|
||||
- "< 4.2.6, >= 4.2.5.a"
|
||||
- dependency-name: io.github.classgraph:classgraph
|
||||
versions:
|
||||
- "< 4.4, >= 4.3.a"
|
||||
- dependency-name: io.github.classgraph:classgraph
|
||||
versions:
|
||||
- "< 4.5, >= 4.4.a"
|
||||
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
|
||||
versions:
|
||||
- 2.4.2
|
||||
- dependency-name: org.springframework.boot:spring-boot-dependencies
|
||||
versions:
|
||||
- 2.4.2
|
Loading…
Reference in a new issue