0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-10-22 22:10:40 +00:00

cleanup gomod package rule

This commit is contained in:
Robert Kaussow 2024-10-02 22:46:17 +02:00
parent 64ae5b66d2
commit 6de3dcd9b8
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -33,7 +33,7 @@
}, },
{ {
"description": "Disable golang toolchain updates", "description": "Disable golang toolchain updates",
"matchCategories": ["golang"], "matchManagers": ["gomod"],
"matchDepTypes": ["toolchain"], "matchDepTypes": ["toolchain"],
"enabled": false "enabled": false
}, },