diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-08 04:56:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 04:56:50 +0000 |
commit | ddef295aa69f66296e71260e2970f9c77d637bab (patch) | |
tree | b15b35c5628bb6c085bf644e896197cd573f4f8e /.github | |
parent | 76f77073ecfc72021efa5ef43af05088f3a8e859 (diff) |
fix(deps): update dependency androidx.compose.material3:material3 to v1.0.0-beta02 (#2115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index 5b9d9cdd..f83079c8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,8 +5,20 @@ ], "packageRules": [ { - "matchPackagePatterns": ["^kotlin", "^org.jetbrains.kotlin"], + "matchPackagePatterns": [ + "^kotlin", + "^org.jetbrains.kotlin" + ], "groupName": "kotlin" + }, + { + "managers": [ + "gradle" + ], + "matchPackagePatterns": [ + "^androidx.appcompat" + ], + "enabled": false } ], "regexManagers": [ |