woodpecker-ci / woodpecker

Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
4.3k stars 370 forks source link

Remove enableManagers from renovate config #4387

Closed xoxys closed 5 days ago

xoxys commented 5 days ago

Issue introduced in https://github.com/woodpecker-ci/woodpecker/pull/4276

Not sure why this config was added, but all none-experimental managers are enabled by default. Besides that, the correct way is:

  "some-new-manager": {
    "enabled": true
  }

enabledManagers will automatically disable all managers and only use managers explicitly enabled by this parameter.

pat-s commented 5 days ago

Maybe a c/p mistake but strange that it doesn't connect with the other changes.

Sorry and thanks for the fix!