1
This commit is contained in:
parent
37f9f79454
commit
c2e3e87d78
4 changed files with 28 additions and 13 deletions
13
.github/README.md
vendored
Normal file
13
.github/README.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# `renovate-config-validatator` WoodpeckerCI Plugin
|
||||||
|
|
||||||
|
[](https://hub.docker.com/r/kokuwaio/renovate-config-validatator)
|
||||||
|
[](https://hub.docker.com/r/kokuwaio/renovate-config-validatator)
|
||||||
|
[](https://git.kokuwa.io/woodpecker/renovate-config-validatator/src/branch/main/Dockerfile)
|
||||||
|
[](https://git.kokuwa.io/woodpecker/renovate-config-validatator/src/branch/main/LICENSE)
|
||||||
|
[](https://git.kokuwa.io/woodpecker/renovate-config-validatator/pulls)
|
||||||
|
[](https://git.kokuwa.io/woodpecker/renovate-config-validatator/issues)
|
||||||
|
|
||||||
|
A [WoodpeckerCI](https://woodpecker-ci.org) plugin for [Renovate configuration validation](https://docs.renovatebot.com/config-validation/).
|
||||||
|
Also usable with Gitlab, Github or locally, see examples for usage.
|
||||||
|
|
||||||
|
For more documention see: [git.kokuwa.io/woodpecker/markdownlint](https://git.kokuwa.io/woodpecker/markdownlint)
|
|
@ -37,10 +37,13 @@ steps:
|
||||||
name:
|
name:
|
||||||
- registry.kokuwa.io/kokuwaio/renovate-config-validator:latest
|
- registry.kokuwa.io/kokuwaio/renovate-config-validator:latest
|
||||||
- registry.kokuwa.io/kokuwaio/renovate-config-validator:40.29.0
|
- registry.kokuwa.io/kokuwaio/renovate-config-validator:40.29.0
|
||||||
|
- registry.kokuwa.io/kokuwaio/renovate-config-validator:40
|
||||||
- docker.io/kokuwaio/renovate-config-validator:latest
|
- docker.io/kokuwaio/renovate-config-validator:latest
|
||||||
- docker.io/kokuwaio/renovate-config-validator:40.29.0
|
- docker.io/kokuwaio/renovate-config-validator:40.29.0
|
||||||
|
- docker.io/kokuwaio/renovate-config-validator:40
|
||||||
- ghcr.io/kokuwaio/renovate-config-validator:latest
|
- ghcr.io/kokuwaio/renovate-config-validator:latest
|
||||||
- ghcr.io/kokuwaio/renovate-config-validator:40.29.0
|
- ghcr.io/kokuwaio/renovate-config-validator:40.29.0
|
||||||
|
- ghcr.io/kokuwaio/renovate-config-validator:40
|
||||||
auth:
|
auth:
|
||||||
"https://index.docker.io/v1/":
|
"https://index.docker.io/v1/":
|
||||||
username: {from_secret: docker_io_username}
|
username: {from_secret: docker_io_username}
|
||||||
|
|
23
README.md
23
README.md
|
@ -1,12 +1,13 @@
|
||||||
# Renovate Config Validatator Plugin
|
# `renovate-config-validatator` WoodpeckerCI Plugin
|
||||||
|
|
||||||
[](https://hub.docker.com/repository/docker/kokuwaio/renovate-config-validator)
|
[](https://hub.docker.com/r/kokuwaio/renovate-config-validatator)
|
||||||
[](https://hub.docker.com/repository/docker/kokuwaio/renovate-config-validator)
|
[](https://hub.docker.com/r/kokuwaio/renovate-config-validatator)
|
||||||
[](https://github.com/kokuwaio/renovate-config-validator/blob/main/Dockerfile)
|
[](https://git.kokuwa.io/woodpecker/renovate-config-validatator/src/branch/main/Dockerfile)
|
||||||
[](https://github.com/kokuwaio/renovate-config-validator/blob/main/LICENSE)
|
[](https://git.kokuwa.io/woodpecker/renovate-config-validatator/src/branch/main/LICENSE)
|
||||||
[](https://github.com/kokuwaio/renovate-config-validator/issues)
|
[](https://git.kokuwa.io/woodpecker/renovate-config-validatator/pulls)
|
||||||
|
[](https://git.kokuwa.io/woodpecker/renovate-config-validatator/issues)
|
||||||
|
|
||||||
A [Woodpecker CI](https://woodpecker-ci.org) plugin for [Renovate configuration validation](https://docs.renovatebot.com/config-validation/).
|
A [WoodpeckerCI](https://woodpecker-ci.org) plugin for [Renovate configuration validation](https://docs.renovatebot.com/config-validation/).
|
||||||
Also usable with Gitlab, Github or locally, see examples for usage.
|
Also usable with Gitlab, Github or locally, see examples for usage.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
@ -23,7 +24,6 @@ Woodpecker:
|
||||||
steps:
|
steps:
|
||||||
renovate:
|
renovate:
|
||||||
image: kokuwaio/renovate-config-validator
|
image: kokuwaio/renovate-config-validator
|
||||||
depends_on: []
|
|
||||||
settings:
|
settings:
|
||||||
strict: false
|
strict: false
|
||||||
when:
|
when:
|
||||||
|
@ -36,7 +36,6 @@ Gitlab:
|
||||||
```yaml
|
```yaml
|
||||||
kokuwaio/renovate-config-validator:
|
kokuwaio/renovate-config-validator:
|
||||||
stage: lint
|
stage: lint
|
||||||
needs: []
|
|
||||||
image: kokuwaio/renovate-config-validator
|
image: kokuwaio/renovate-config-validator
|
||||||
variables:
|
variables:
|
||||||
PLUGIN_STRICT: false
|
PLUGIN_STRICT: false
|
||||||
|
@ -61,6 +60,6 @@ docker run --rm --volume=$(pwd):$(pwd):ro --workdir=$(pwd) kokuwaio/renovate-con
|
||||||
|
|
||||||
| Image | Comment | amd64 | arm64 |
|
| Image | Comment | amd64 | arm64 |
|
||||||
| ----------------------------------------------------------------------------------------------------------- | --------------------------------- |:-----:|:-----:|
|
| ----------------------------------------------------------------------------------------------------------- | --------------------------------- |:-----:|:-----:|
|
||||||
| [kokuwaio/renovate-config-validator](https://hub.docker.com/r/kokuwaio/renovate-config-validator) | Woodpecker plugin | [](https://hub.docker.com/repository/docker/kokuwaio/renovate-config-validator) | [](https://hub.docker.com/repository/docker/kokuwaio/renovate-config-validator) |
|
| [kokuwaio/renovate-config-validator](https://hub.docker.com/r/kokuwaio/renovate-config-validator) | Woodpecker plugin | [](https://hub.docker.com/r/kokuwaio/renovate-config-validator) | [](https://hub.docker.com/r/kokuwaio/renovate-config-validator) |
|
||||||
| [renovate/renovate](https://hub.docker.com/r/renovate/renovate) | not a Woodpecker plugin, official | [](https://hub.docker.com/repository/docker/renovate/renovate) | [](https://hub.docker.com/repository/docker/renovate/renovate) |
|
| [renovate/renovate](https://hub.docker.com/r/renovate/renovate) | not a Woodpecker plugin, official | [](https://hub.docker.com/r/renovate/renovate) | [](https://hub.docker.com/r/renovate/renovate) |
|
||||||
| [rwslinkman/renovatebot-config-validator](https://hub.docker.com/r/rwslinkman/renovatebot-config-validator) | not a Woodpecker plugin, outdated | [](https://hub.docker.com/repository/docker/rwslinkman/renovatebot-config-validator) | [](https://hub.docker.com/repository/docker/rwslinkman/renovatebot-config-validator) |
|
| [rwslinkman/renovatebot-config-validator](https://hub.docker.com/r/rwslinkman/renovatebot-config-validator) | not a Woodpecker plugin, outdated | [](https://hub.docker.com/r/rwslinkman/renovatebot-config-validator) | [](https://hub.docker.com/r/rwslinkman/renovatebot-config-validator) |
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"version: (?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
|
"version: (?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"packageNameTemplate": "renovate/renovate"
|
"packageNameTemplate": "docker.io/renovate/renovate"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue