Initial draft of plugin.
Some checks failed
ci/woodpecker/push/dockerhub Pipeline is pending
ci/woodpecker/push/lint Pipeline is pending
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test/2 unknown status
ci/woodpecker/push/test/1 unknown status

This commit is contained in:
Stephan Schnabel 2025-06-17 23:28:35 +02:00
parent 2fe1a4ebb8
commit b3cecca3fa
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
16 changed files with 713 additions and 0 deletions

17
renovate.json Normal file
View file

@ -0,0 +1,17 @@
{
"$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/yamllint:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)",
"yamllint==(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)",
"version: (?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "adrienverge/yamllint"
}
]
}