ci: Set up renovate manager for versions.yaml

This commit is contained in:
bo0tzz
2023-12-09 14:07:53 +00:00
parent 430dc5a963
commit c6f0c3744b
2 changed files with 13 additions and 0 deletions

View File

@@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^versions.yaml$"],
"matchStrings": [
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.*?\"(?<currentValue>.*)\"\\n"
]
}
]
}

View File

@@ -1,6 +1,10 @@
cnpg:
# renovate: datasource=docker depName=ghcr.io/cloudnative-pg/postgresql
- "14.10"
# renovate: datasource=docker depName=ghcr.io/cloudnative-pg/postgresql
- "15.5"
# renovate: datasource=docker depName=ghcr.io/cloudnative-pg/postgresql
- "16.1"
pgvectors:
# renovate: datasource=github-releases depName=tensorchord/pgvecto.rs
- "v0.1.11"