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

dependabot.yml « .github - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6da505adf51e06ba6a42ff82ce3b82164d8cba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10