Created
July 19, 2020 16:46
-
-
Save vbuberen/4deb06b3ecb26fdd22850ddcce87638f to your computer and use it in GitHub Desktop.
Dependabot config in Chucker library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
updates: | |
# Updates for Github Actions used in the repo | |
- package-ecosystem: "github-actions" | |
directory: "/" | |
schedule: | |
interval: "weekly" | |
# Updates for Gradle dependencies used in the app | |
- package-ecosystem: gradle | |
directory: "/" | |
schedule: | |
interval: "weekly" | |
open-pull-requests-limit: 10 | |
reviewers: | |
- "cortinico" | |
- "vbuberen" | |
ignore: | |
- dependency-name: com.squareup.okhttp3:logging-interceptor | |
versions: "> 3.12.10" | |
- dependency-name: com.squareup.okhttp3:mockwebserver | |
versions: "> 3.12.10" | |
- dependency-name: com.squareup.okhttp3:okhttp | |
versions: "> 3.12.10" | |
- dependency-name: com.squareup.retrofit2:retrofit | |
versions: "> 2.6.4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment