Add dependabot alerts configuration (#31)

This commit is contained in:
AydarN 2023-08-04 11:18:21 +03:00 committed by GitHub
parent ddc6e6aa24
commit 91563adf66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
day: "tuesday"
time: "12:00"
timezone: "Europe/London"
reviewers:
- "AydarN"
labels:
- "depcheck"
target-branch: "master"
open-pull-requests-limit: 5