Skip to content

Commit c573f70

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/renovate.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@
1515
},
1616
{
1717
"matchManagers": ["gomod"],
18-
"matchPackageNames": [
19-
"github.com/aperturerobotics/go-protoc-wasi"
20-
],
18+
"matchPackageNames": ["github.com/aperturerobotics/go-protoc-wasi"],
19+
"enabled": false
20+
},
21+
{
22+
"matchManagers": ["gomod"],
23+
"matchDepTypes": ["golang"],
2124
"enabled": false
2225
}
2326
]

0 commit comments

Comments
 (0)