Skip to content

Commit cff2ee5

Browse files
committed
chore(renovate): add pgbouncer software tracking
1 parent d29bbc9 commit cff2ee5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
"matchStrings": ["image:\\s*tolgee\\/tolgee:(?<currentValue>[^\\s]+)"],
4949
"depNameTemplate": "tolgee/tolgee-platform",
5050
"datasourceTemplate": "github-releases"
51+
},
52+
{
53+
"customType": "regex",
54+
"managerFilePatterns": ["/^charts\\/pgbouncer\\/Chart\\.yaml$/"],
55+
"matchStrings": ["appVersion:\\s*\\\"?(?<currentValue>[^\\\"]+)\\\"?"],
56+
"depNameTemplate": "ghcr.io/icoretech/pgbouncer-docker",
57+
"datasourceTemplate": "docker"
5158
}
5259
],
5360
"packageRules": [
@@ -86,6 +93,11 @@
8693
"matchPackageNames": ["tolgee/tolgee-platform"],
8794
"groupName": "tolgee chart software updates"
8895
},
96+
{
97+
"matchManagers": ["custom.regex", "helm-values"],
98+
"matchPackageNames": ["ghcr.io/icoretech/pgbouncer-docker"],
99+
"groupName": "pgbouncer chart software updates"
100+
},
89101
{
90102
"matchPackageNames": ["inngest/inngest"],
91103
"enabled": false

0 commit comments

Comments
 (0)