Skip to content

Commit

Permalink
exclude mangled package from gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Aug 25, 2023
1 parent c971c8c commit 3430ace
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"matchPackageNames": ["androidx.browser:browser"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
// somehow renovate gets confused by the android property in gradle.properties,
// so let's just exclude it and hopefully clean up the dashboard
"matchPackageNames": ["string:rum.version"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
}
]
}

0 comments on commit 3430ace

Please sign in to comment.