Skip to content

Commit

Permalink
ci(renovate): Configure to also update androidx.test.ext:junit-ktx
Browse files Browse the repository at this point in the history
…from Gradle

Test plan:
* Pipeline passes
  • Loading branch information
TiagoMSSantos committed Jun 25, 2024
1 parent 5b46a2a commit d2e7a24
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,20 @@
"customType": "regex",
"registryUrlTemplate": "https://dl.google.com/android/maven2"
},
{
"fileMatch": [
"build.gradle"
],
"matchStringsStrategy": "any",
"matchStrings": [
"androidX_test_junit_version = ['\"](?<currentValue>.*)['\"]"
],
"depNameTemplate": "androidx.test.ext:junit-ktx",
"datasourceTemplate": "maven",
"versioningTemplate": "gradle",
"customType": "regex",
"registryUrlTemplate": "https://dl.google.com/android/maven2"
},
{
"fileMatch": [
"build.gradle"
Expand Down Expand Up @@ -401,7 +415,8 @@
"groupName": "Ignore update androidx.test.ext:junit for Android API < 19",
"enabled": false,
"matchDepNames": [
"androidx.test.ext:junit"
"androidx.test.ext:junit",
"androidx.test.ext:junit-ktx"
],
"matchManagers": [
"custom.regex",
Expand Down

0 comments on commit d2e7a24

Please sign in to comment.