shellcheck/renovate.json
Stephan Schnabel e480fedb76
Some checks failed
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
Initial draft of plugin.
2025-06-13 21:08:29 +02:00

17 lines
613 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"],
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["Dockerfile", ".woodpecker/build.yaml"],
"matchStrings": [
"kokuwaio/shellcheck:(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)",
"koalaman/shellcheck/releases/download/(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)",
"shellcheck-(?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)"
],
"datasourceTemplate": "github-tags",
"packageNameTemplate": "koalaman/shellcheck"
}
]
}