Compare commits

..

3 Commits

Author SHA1 Message Date
b07a2f79a4 fix(renovate): group node packages
All checks were successful
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (push) Successful in 19s
Release / publish-chart (push) Successful in 21s
2025-09-30 17:25:13 +02:00
d77fe9866e Merge pull request 'chore(deps): update prometheuscommunity/postgres-exporter docker tag to v0.18.1' (#96) from renovate/container-images into master
All checks were successful
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 6s
2025-09-29 19:13:13 +00:00
e4c065d7e0 chore(deps): update prometheuscommunity/postgres-exporter docker tag to v0.18.1
All checks were successful
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (pull_request) Successful in 6s
2025-09-29 19:11:38 +00:00
3 changed files with 11 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ name: prometheus-postgres-exporter
description: Prometheus metric exporter for PostgreSQL
type: application
version: "0.1.0"
appVersion: "0.18.0"
appVersion: "0.18.1"
# icon: https://annotations.example.com/icon.png

View File

@@ -88,4 +88,4 @@ container-run/helm-lint:
# ==============================================================================
# Declare the contents of the PHONY variable as phony. We keep that information
# in a variable so we can use it in if_changed.
.PHONY: ${PHONY}
.PHONY: ${PHONY}

View File

@@ -9,6 +9,7 @@
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^Chart\\.yaml$"
],
@@ -21,6 +22,7 @@
"versioningTemplate": "semver"
},
{
"customType": "regex",
"fileMatch": ["^README\\.md$"],
"matchStrings": [
"CHART_VERSION=(?<currentValue>.*)"
@@ -32,6 +34,13 @@
}
],
"packageRules": [
{
"groupName": "Update Node.JS",
"matchDepNames": [
"docker.io/library/node",
"library/node"
]
},
{
"addLabels": [
"renovate/automerge",