match ollama and gh releases

This commit is contained in:
Joseph Hanson 2024-08-06 09:54:27 -05:00
parent cc4f1c0654
commit e2cce390a0
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -5,7 +5,9 @@
"local>jahanson/homelab//.renovate/customManagers.json5",
"local>jahanson/homelab//.renovate/autoMerge.json5"
],
"ignorePaths": [".archive/**"],
"ignorePaths": [
".archive/**"
],
"flux": {
"fileMatch": [
"kubernetes/.+\\.ya?ml$"
@ -217,8 +219,27 @@
],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
}
},
},
{
"description": "Ollama combine datasources.",
"groupName": "Ollama",
"matchPackagePatterns": [
"docker.io/ollama/ollama",
"ollama"
],
"matchDatasources": [
"docker",
"github-releases"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
}
}
// Version strategies
]
}