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

fix(golang): exclude digest updates from golang group

This commit is contained in:
Robert Kaussow 2024-10-18 09:39:25 +02:00
parent f64e9c2ac1
commit 62d4c3897d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -47,6 +47,7 @@
"groupName": "update golang", "groupName": "update golang",
"commitMessage": "{{{commitMessagePrefix}}} {{#if groupName}}{{{groupName}}}{{else}}update {{{depName}}}{{/if}} {{updateType}} version", "commitMessage": "{{{commitMessagePrefix}}} {{#if groupName}}{{{groupName}}}{{else}}update {{{depName}}}{{/if}} {{updateType}} version",
"matchDatasources": ["docker", "golang-version"], "matchDatasources": ["docker", "golang-version"],
"matchUpdateTypes": ["patch", "minor", "major"],
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"] "matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"]
} }
] ]