chore: fix invalid renovate preset configuration
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
This commit is contained in:
parent
4a1a7ad981
commit
eced95f5fb
14 changed files with 41 additions and 37 deletions
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"]
|
||||
"extends": ["local>kokuwaio/renovate-config", ":reviewer(stephan.schnabel)"],
|
||||
"packageRules": [{
|
||||
"matchPackageNames": ["io.kokuwa.micronaut:mirconaut-logging-it"],
|
||||
"enabled": false
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue