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 894ea00 commit c2a3b21Copy full SHA for c2a3b21
1 file changed
renovate.json5
@@ -106,6 +106,12 @@
106
// Unpin when a release is tagged
107
"allowedVersions": "v1.15.1-0.20260701093637-35ca5c6ee8c8"
108
},
109
+ {
110
+ "matchManagers": ["gomod"],
111
+ "matchPackageNames": ["github.com/go-mysql-org/go-mysql"],
112
+ "matchUpdateTypes": ["digest"],
113
+ "enabled": false
114
+ },
115
// This package rule instruct renovate to require approval from
116
// the dependency dashboard before proposing major upgrades.
117
// This sets a default is approval mindset for automatic proposals.
0 commit comments