Skip to content

Commit

Permalink
Merge pull request #8519 from vector-im/feature/bma/pauseDependabot
Browse files Browse the repository at this point in the history
Only upgrade our libraries to limit the number of open PRs by Dependabot
  • Loading branch information
bmarty committed Jun 12, 2023
2 parents 48df113 + ba3e7f6 commit f576437
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# 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
updates:
Expand All @@ -13,7 +13,7 @@ updates:
reviewers:
- "vector-im/element-android-reviewers"
ignore:
- dependency-name: "*github-script*"
- dependency-name: "*"
# Updates for Gradle dependencies used in the app
- package-ecosystem: gradle
directory: "/"
Expand All @@ -22,5 +22,6 @@ updates:
open-pull-requests-limit: 200
reviewers:
- "vector-im/element-android-reviewers"
ignore:
- dependency-name: com.google.zxing:core
allow:
- dependency-name: "io.element.android:wysiwyg"
- dependency-name: "org.matrix.rustcomponents:crypto-android"

0 comments on commit f576437

Please sign in to comment.