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:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-07-09 23:06:46 +0300
committerGitHub <noreply@github.com>2021-07-09 23:06:46 +0300
commit04fc04a57e0d31354a5e94dffa1f40d588cb8baf (patch)
treeeddaa1856604fe07e9e33c1b9d3b37356a558fe2 /.github
parented271f267aee99e46fce36a790edad842132d9e6 (diff)
Update GitHub actions via dependabot
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1ccd554c6..b6da505ad 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,9 +9,8 @@ updates:
- 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
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10