Skip to content

Commit

Permalink
Inherit Konflux renovate config
Browse files Browse the repository at this point in the history
This commit updates the renovate.json config to extend the renovate
config provided by Konflux via mintmaker:
https://github.com/konflux-ci/mintmaker/blob/main/config/renovate/renovate.json

This feature is described here:
https://docs.renovatebot.com/config-presets/#github-hosted-presets

It also adds `tekton` to the list of enabled managers because the config
in this repo overwrites that key in order to enable the `asdf` manager.

Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
lcarva committed Jul 19, 2024
1 parent 911f2fa commit 0d1a601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>konflux-ci/mintmaker//config/renovate/renovate.json"],
"timezone": "America/New_York",
"schedule": ["before 10pm"],
"enabledManagers": ["asdf"]
"enabledManagers": ["asdf", "tekton"]
}

0 comments on commit 0d1a601

Please sign in to comment.