buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
113 stars 106 forks source link

Action Required: Fix Renovate Configuration #110

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 5 years ago

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: renovate.json Error type: The renovate configuration file contains some invalid settings Message: Invalid configuration option: label

toolmantim commented 5 years ago

Renovate bug?

ticky commented 3 years ago

Uhhhh???

pzeballos commented 2 years ago

🤦🏻‍♀️🤦🏻‍♀️

nithyaasworld commented 2 years ago

Renovate doc has info about ‘labels’ but nothing about ‘label’. So I went hunting for any changes to the ‘label’ config in the renovate changelogs but found none.

It turned out that we added ‘label’ config here instead of ‘labels’. So added a fix here: https://github.com/buildkite-plugins/docker-buildkite-plugin/pull/196