diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 971d141b2..bea5cc4aa 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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:**', diff --git a/mise.toml b/mise.toml index e00ac63b2..bc7b9444a 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -lychee = "0.18.1" +lychee = "0.20.1" [tasks.lint-local-links] run = 'lychee --verbose --scheme file --include-fragments {{arg(name="files", default=".")}}'