Skip to content

Commit cc82fd6

Browse files
committed
chore: renovate.json: disable go version update
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 6596569 commit cc82fd6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@
1212
"packageRules": [
1313
{
1414
"matchManagers": ["gomod"],
15-
"matchDepTypes": ["replace", "toolchain"],
15+
"matchDepTypes": [
16+
"replace",
17+
"toolchain"
18+
],
19+
"enabled": false
20+
},
21+
{
22+
"matchManagers": ["gomod"],
23+
"matchDepTypes": ["golang"],
1624
"enabled": false
1725
}
1826
]

0 commit comments

Comments
 (0)