element-android/.github/dependabot.yml

28 lines
960 B
YAML
Raw Normal View History

2021-02-19 21:47:36 +00:00
# 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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2021-02-19 21:47:36 +00:00
version: 2
updates:
# Updates for Github Actions used in the repo
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "element-hq/element-android-reviewers"
ignore:
- dependency-name: "*"
2021-02-19 21:47:36 +00:00
# Updates for Gradle dependencies used in the app
- package-ecosystem: gradle
2021-02-19 21:51:35 +00:00
directory: "/"
2021-02-19 21:47:36 +00:00
schedule:
interval: "daily"
2021-02-19 23:24:41 +00:00
open-pull-requests-limit: 200
2021-02-19 21:47:36 +00:00
reviewers:
- "element-hq/element-android-reviewers"
allow:
- dependency-name: "io.element.android:wysiwyg"
- dependency-name: "org.matrix.rustcomponents:crypto-android"