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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-29 18:07:49 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-04-29 18:52:55 +0300
commitf332ca513b542bea030933f4386a13bde8fad8f7 (patch)
treed81c362479870ea1c8344f10b20d4532310160eb /.github
parent5ac13b23f887eb3cc4f1774690236509c57276be (diff)
Upgrade to GitHub-native Dependabot
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..1ccd554c6
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+version: 2
+updates:
+- package-ecosystem: gradle
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+ ignore:
+ - dependency-name: com.squareup.retrofit2:retrofit
+ versions:
+ - ">= 2.9.a, < 2.10"
+ - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
+ versions:
+ - 1.4.3-native-mt
+ - dependency-name: androidx.camera:camera-view
+ versions:
+ - 1.0.0-alpha23