Skip to content

Commit 520e143

Browse files
Configure Renovate (#150)
* Add renovate.json * Update renovate.json * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Derek Ellis <[email protected]>
1 parent 7a29d13 commit 520e143

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"enabled": false,
9+
"matchPackageNames": [
10+
"com.android.application**",
11+
"com.android.dynamic-feature**",
12+
"com.android.library**",
13+
"com.android.tools**"
14+
]
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)