We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5852f4 commit 34f5aa8Copy full SHA for 34f5aa8
renovate.json5
@@ -66,6 +66,13 @@
66
"patch",
67
],
68
},
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
+ },
76
{
77
// Group update of GitHub actions dependencies.
78
matchManagers: [ "github-actions" ],
0 commit comments