mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-21 13:00:41 +00:00
fix(golang): exclude digest updates from golang group
This commit is contained in:
parent
f64e9c2ac1
commit
62d4c3897d
@ -47,6 +47,7 @@
|
||||
"groupName": "update golang",
|
||||
"commitMessage": "{{{commitMessagePrefix}}} {{#if groupName}}{{{groupName}}}{{else}}update {{{depName}}}{{/if}} {{updateType}} version",
|
||||
"matchDatasources": ["docker", "golang-version"],
|
||||
"matchUpdateTypes": ["patch", "minor", "major"],
|
||||
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user