Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,6 @@
'dependencies',
],
packageRules: [
{
// reduces the number of Renovate PRs
// (patch updates are typically non-breaking)
groupName: 'all patch versions',
matchUpdateTypes: [
'patch',
],
schedule: [
'before 8am every weekday',
],
},
{
// avoids these Renovate PRs from trickling in throughout the week
// (consolidating the review process)
matchUpdateTypes: [
'minor',
'major',
],
schedule: [
'before 8am on Monday',
],
matchPackageNames: [
'!io.opentelemetry:**',
'!io.opentelemetry.*:**',
],
},
{
matchPackageNames: [
'io.opentelemetry:**',
Expand Down
2 changes: 1 addition & 1 deletion jmx-scraper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ testing {
implementation("com.linecorp.armeria:armeria-junit5")
implementation("com.linecorp.armeria:armeria-grpc")
implementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")
implementation("org.bouncycastle:bcprov-jdk18on:1.81")
implementation("org.bouncycastle:bcprov-jdk18on:1.82")
implementation("org.bouncycastle:bcpkix-jdk18on:1.81")
}
}
Expand Down
Loading