aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml20
1 files changed, 16 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 06c28976..7d68ffb9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,11 +1,23 @@
version: 2
updates:
+ # Updates for Gradle dependencies used in the app
- package-ecosystem: gradle
- directory: /
+ directory: "/"
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
- directory: /
+ directory: "/"
schedule:
- interval: daily
+ interval: "weekly"
+ commit-message:
+ prefix: "⬆[GitHub Actions]"
+ reviewers:
+ - "Wladefant"
+ - "Docile-Alligator"