Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c358c436 authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

Merge pull request #291 from nextcloud/dependabot/add-v2-config-file

Create Dependabot config file
parents fe93c2a0 0cce2f6f
Loading
Loading
Loading
Loading

.github/dependabot.yml

0 → 100644
+26 −0
Original line number Diff line number Diff line
version: 2
updates:
- package-ecosystem: gradle
  directory: "/"
  schedule:
    interval: weekly
    day: saturday
    time: "03:00"
    timezone: Europe/Paris
  open-pull-requests-limit: 10
  labels:
  - 2. to review
  - dependencies
  ignore:
  - dependency-name: com.squareup.okhttp3:okhttp
    versions:
    - ">= 3.13.a"
    - "< 3.14"
  - dependency-name: com.squareup.okhttp3:okhttp
    versions:
    - ">= 3.14.a"
    - "< 3.15"
  - dependency-name: com.squareup.okhttp3:okhttp
    versions:
    - ">= 4.a"
    - "< 5"