aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5ace4600..ea0377c1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,6 +1,15 @@
version: 2
updates:
+ - package-ecosystem: "gradle"
+ directory: "/"
+ schedule:
+ interval: "daily"
+
+ open-pull-requests-limit: 1
+ labels:
+ - "A-dependencies"
+
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "weekly"
+ interval: "daily"