Skip to content

Commit

Permalink
add another package for renovate to ignore (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Oct 19, 2023
1 parent 0f5825d commit e7b3820
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
"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"],
// some strings that are picked up that should be ignored
"matchPackageNames": [
"string:rum.version",
"docker-hub.repo.splunkdev.net/eclipse-temurin"
],
"enabled": false
}
]
Expand Down

0 comments on commit e7b3820

Please sign in to comment.