Renovate update version.go (#360)

*  Renovate update version.go

* 🍱 renovate every day
This commit is contained in:
maxlerebourg
2026-07-26 17:05:43 +02:00
committed by GitHub
parent bb44aef718
commit e98b8ed5ba
4 changed files with 14 additions and 50 deletions
+10
View File
@@ -25,6 +25,16 @@
}
],
"customManagers": [
{
"description": "Plugin self-pin in version.go (pluginVersion)",
"customType": "regex",
"managerFilePatterns": ["/^version\\.go$/"],
"matchStrings": [
"pluginVersion\\s*=\\s*\"(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)\""
],
"depNameTemplate": "maxlerebourg/crowdsec-bouncer-traefik-plugin",
"datasourceTemplate": "github-tags"
},
{
"description": "Plugin self-pin in docker-compose CLI args (--experimental.plugins.bouncer.version=vX)",
"customType": "regex",