klutchell / balena-pihole

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application.
https://pi-hole.net
MIT License
299 stars 101 forks source link

Action Required: Fix Renovate Configuration #236

Closed chemical-soup closed 11 months ago

chemical-soup commented 11 months 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: .github/renovate.json Error type: The renovate configuration file contains some invalid settings Message: packageRules[0]: packageRules cannot combine both matchUpdateTypes and versioning. Rule: {"matchPackageNames":["pihole/pihole"],"matchBaseBranches":["main"],"matchUpdateTypes":["major","minor","patch"],"matchManagers":["dockerfile"],"versioning":"loose","postUpgradeTasks":{"commands":["sed \"s|^version: .*$|version: $(npx -q -y -- semver -c -l {{{newVersion}}})|\" -i balena.yml"],"fileFilters":["balena.yml"],"executionMode":"update"}}