Merge branch 'feature/bma/renovateConfig' into develop

This commit is contained in:
Benoit Marty 2023-03-07 11:45:41 +01:00
commit 4c34acec86
2 changed files with 4 additions and 1 deletions

View file

@ -2,5 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:base"
] ],
"labels": ["dependencies"],
"reviewers": ["team:element-x-android-reviewers"]
} }

View file

@ -83,6 +83,7 @@ const allowList = [
"manuroe", "manuroe",
"mnaturel", "mnaturel",
"onurays", "onurays",
"renovate[bot]",
"stefanceriu", "stefanceriu",
"yostyle", "yostyle",
] ]