From 00c8ea9062f779e9c5c09c80048f4eeb634aab99 Mon Sep 17 00:00:00 2001 From: Mahad Zaryab <43658574+mahadzaryab1@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:34:11 -0400 Subject: [PATCH] fix(renovate): add package rule for disabling toolchain updates (#10961) #### Description - Added a rule to ignore updates to the go toolchain. According to [this](https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/gomod/update.ts#L51-L55), the toolchain update is a `depType` in the `gomod` manager. #### Link to tracking issue Fixes #10932 --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index d41340adbf3..0c315398c1e 100644 --- a/renovate.json +++ b/renovate.json @@ -64,6 +64,11 @@ "matchManagers": ["gomod"], "matchPackagePrefixes": ["go.opentelemetry.io/build-tools"], "groupName": "All go.opentelemetry.io/build-tools packages" + }, + { + "matchManagers": ["gomod"], + "matchDepTypes": ["toolchain"], + "enabled": false } ], "ignoreDeps": [