Compare commits
2 Commits
bf5c5ecffa
...
befbae26f9
Author | SHA1 | Date | |
---|---|---|---|
befbae26f9 | |||
fcf64a215d |
@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
generate-parameters:
|
generate-parameters:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:22.9.0-alpine
|
image: docker.io/library/node:23.6.0-alpine
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
markdown-link-checker:
|
markdown-link-checker:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:22.9.0-alpine
|
image: docker.io/library/node:23.6.0-alpine
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
markdown-lint:
|
markdown-lint:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:22.9.0-alpine
|
image: docker.io/library/node:23.6.0-alpine
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -17,15 +17,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Detect helm chart version in README",
|
"description": "Detect helm chart version in README",
|
||||||
"fileMatch": [
|
"fileMatch": ["^README\\.md$"],
|
||||||
"^README\\.md$"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"^CHART_VERSION=(?<currentValue>.*)$"
|
"^CHART_VERSION=(?<currentValue>.*)$"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "git-tags",
|
"datasourceTemplate": "git-tags",
|
||||||
"depNameTemplate": "volker.raschek/prometheus-postgres-exporter",
|
"depNameTemplate": "volker.raschek/prometheus-postgres-exporter",
|
||||||
"packageNameTemplate": "git.cryptic.systems/volker.raschek/prometheus-postgres-exporter",
|
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/prometheus-postgres-exporter",
|
||||||
"versioningTemplate": "semver"
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -46,6 +44,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"addLabels": [ "renovate/automerge", "renovate/documentation" ],
|
"addLabels": [ "renovate/automerge", "renovate/documentation" ],
|
||||||
|
"automerge": true,
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
"volker.raschek/prometheus-postgres-exporter"
|
"volker.raschek/prometheus-postgres-exporter"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user