Temp exclude huh/spinner from renovate (#3588)

Ref: https://github.com/woodpecker-ci/woodpecker/pull/3585

There seems to be an issue in renovate when updating modules from a
subdirectory of another module. I'll create an upstream issue/discussion
later.
This commit is contained in:
Robert Kaussow 2024-04-03 16:19:52 +02:00 committed by GitHub
parent c92ded726f
commit 781749605e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
.github/renovate.json vendored
View file

@ -2,6 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>woodpecker-ci/renovate-config"],
"packageRules": [
{
"matchCurrentVersion": "<1.0.0",
"matchPackageNames": ["github.com/distribution/reference"],
"matchUpdateTypes": ["major", "minor"],
"dependencyDashboardApproval": true
},
{
"matchPackageNames": ["github.com/charmbracelet/huh/spinner"],
"enabled": false
},
{
"matchManagers": ["docker-compose"],
"matchFileNames": ["docker-compose.gitpod.yml"],