Skip to content

Commit

Permalink
feat(renovate): enable pip_requirements and pip_setup managers (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Di Wang <[email protected]>
  • Loading branch information
hemslo authored Oct 22, 2024
1 parent fecda36 commit 5ed0467
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@
"github>konflux-ci/mintmaker//config/renovate/renovate.json",
"config:best-practices"
],
"enabledManagers": [
"tekton",
"dockerfile",
"rpm",
"regex",
"argocd",
"crossplane",
"fleet",
"flux",
"helm-requirements",
"helm-values",
"helmfile",
"helmsman",
"helmv3",
"jsonnet-bundler",
"kubernetes",
"kustomize",
"asdf",
"fvm",
"git-submodules",
"hermit",
"homebrew",
"nix",
"osgi",
"pre-commit",
"vendir",
"terraform",
"terraform-version",
"terragrunt",
"terragrunt-version",
"tflint-plugin",
"pip_requirements",
"pip_setup"
],
"pip_requirements": {
"enabled": true,
"additionalBranchPrefix": "{{baseBranch}}/",
Expand Down

0 comments on commit 5ed0467

Please sign in to comment.