Skip to content

Commit 34f5aa8

Browse files
committed
renovate: don't update Go toolchain directive
1 parent d5852f4 commit 34f5aa8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
"patch",
6767
],
6868
},
69+
{
70+
// Disable Go toolchain directive updates in go.mod.
71+
// These don't make any sense, we use the toolchain available in nixpkgs.
72+
matchManagers: [ "gomod" ],
73+
matchDepNames: [ "toolchain" ],
74+
enabled: false,
75+
},
6976
{
7077
// Group update of GitHub actions dependencies.
7178
matchManagers: [ "github-actions" ],

0 commit comments

Comments
 (0)