Merge pull request #8519 from vector-im/feature/bma/pauseDependabot

Only upgrade our libraries to limit the number of open PRs by Dependabot
This commit is contained in:
Benoit Marty 2023-06-12 10:41:15 +02:00 committed by GitHub
commit f5764372c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# To get started with Dependabot version updates, you'll need to specify which # To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located. # package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options: # Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2 version: 2
updates: updates:
@ -13,7 +13,7 @@ updates:
reviewers: reviewers:
- "vector-im/element-android-reviewers" - "vector-im/element-android-reviewers"
ignore: ignore:
- dependency-name: "*github-script*" - dependency-name: "*"
# Updates for Gradle dependencies used in the app # Updates for Gradle dependencies used in the app
- package-ecosystem: gradle - package-ecosystem: gradle
directory: "/" directory: "/"
@ -22,5 +22,6 @@ updates:
open-pull-requests-limit: 200 open-pull-requests-limit: 200
reviewers: reviewers:
- "vector-im/element-android-reviewers" - "vector-im/element-android-reviewers"
ignore: allow:
- dependency-name: com.google.zxing:core - dependency-name: "io.element.android:wysiwyg"
- dependency-name: "org.matrix.rustcomponents:crypto-android"