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

dependabot.yml « .github - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75c8395a5f45169e2b19e7e50ce67bc36ef1eeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
- package-ecosystem: gradle
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10