Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2021-03-04 23:32:31 +00:00 committed by Mustapha Zorgati
parent 385780d138
commit 25478b93b1
1 changed files with 22 additions and 0 deletions

22
.github/dependabot.yml vendored Normal file
View File

@ -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