Create Dependabot config file
This commit is contained in:
parent
385780d138
commit
25478b93b1
|
@ -0,0 +1,22 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: maven
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "06:00"
|
||||
timezone: Europe/Berlin
|
||||
open-pull-requests-limit: 99
|
||||
labels:
|
||||
- dependencies
|
||||
ignore:
|
||||
- dependency-name: org.hibernate.validator:hibernate-validator
|
||||
versions:
|
||||
- "> 6.1.6.Final"
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "06:00"
|
||||
timezone: Europe/Berlin
|
||||
open-pull-requests-limit: 99
|
Loading…
Reference in New Issue