From 48b2956b60c1721fe91b5f1caa78848312940fec Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 19 Sep 2025 10:37:18 -0700 Subject: [PATCH 1/2] NOW --- .github/renovate.json5 | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 971d141b27..bea5cc4aa2 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:**', From 21db1de51eb5020cb4c73e41a695fdf8e76c6573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 13:56:22 +0000 Subject: [PATCH 2/2] chore(deps): update dependency lychee to v0.20.1 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index e00ac63b28..bc7b9444a5 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=".")}}'