Skip to content

Commit

Permalink
Merge pull request #50 from breedx-splk/update_renovate
Browse files Browse the repository at this point in the history
Exclude mangled package from gradle.properties
  • Loading branch information
breedx-splk authored Aug 28, 2023
2 parents ff7915c + 6f7ad1e commit fa0e563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"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"],
"enabled": false
}
]
}

0 comments on commit fa0e563

Please sign in to comment.