mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
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:
parent
c92ded726f
commit
781749605e
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user