added reviewers and prefix to the dependabot.yml

This commit is contained in:
Wladimir Kirianov 2023-02-02 22:45:57 +01:00 committed by GitHub
parent 393756d0d5
commit 20f9465391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,23 @@
version: 2 version: 2
updates: updates:
# Updates for Gradle dependencies used in the app
- package-ecosystem: gradle - package-ecosystem: gradle
directory: / directory: "/"
schedule: schedule:
interval: daily interval: "daily"
commit-message:
prefix: "⬆[Gradle]"
reviewers:
- "Wladefant"
- "Docile-Alligator"
# Updates for GitHub Actions used in the repository
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: / directory: "/"
schedule: schedule:
interval: daily interval: "weekly"
commit-message:
prefix: "⬆[GitHub Actions]"
reviewers:
- "Wladefant"
- "Docile-Alligator"