Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-07-15 12:44:21 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-07-15 13:00:03 +0300
commitd9e5efc1052f60131038efed7ab98d8f92d1c72e (patch)
treec6d1c10a5970aac6ee4f715185604f9efbbe0dc2 /.github
parent32efd234ae4f9bcaa2c8380bd8146bf98b855d5a (diff)
Add dependabot.yml to get notified about updated dependencies
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..3f5738f5
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+- package-ecosystem: gradle
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 3
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 3