Skip to content

Commit f576437

Browse files
authored
Merge pull request #8519 from vector-im/feature/bma/pauseDependabot
Only upgrade our libraries to limit the number of open PRs by Dependabot
2 parents 48df113 + ba3e7f6 commit f576437

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# To get started with Dependabot version updates, you'll need to specify which
22
# package ecosystems to update and where the package manifests are located.
33
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
77
updates:
@@ -13,7 +13,7 @@ updates:
1313
reviewers:
1414
- "vector-im/element-android-reviewers"
1515
ignore:
16-
- dependency-name: "*github-script*"
16+
- dependency-name: "*"
1717
# Updates for Gradle dependencies used in the app
1818
- package-ecosystem: gradle
1919
directory: "/"
@@ -22,5 +22,6 @@ updates:
2222
open-pull-requests-limit: 200
2323
reviewers:
2424
- "vector-im/element-android-reviewers"
25-
ignore:
26-
- dependency-name: com.google.zxing:core
25+
allow:
26+
- dependency-name: "io.element.android:wysiwyg"
27+
- dependency-name: "org.matrix.rustcomponents:crypto-android"

0 commit comments

Comments
 (0)