mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-05 06:14:43 +01:00
added reviewers and prefix to the dependabot.yml
This commit is contained in:
parent
393756d0d5
commit
20f9465391
20
.github/dependabot.yml
vendored
20
.github/dependabot.yml
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user