From 8d3575c0f01766c82014cf279f774734a915e11d Mon Sep 17 00:00:00 2001 From: Michal Hucko Date: Tue, 27 Jun 2023 10:56:26 +0200 Subject: [PATCH] KF-3652 use renovate preset (#167) --- renovate.json | 51 ++------------------------------------------------- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/renovate.json b/renovate.json index b64ad4f5..64e9df10 100644 --- a/renovate.json +++ b/renovate.json @@ -1,53 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "rebaseWhen": "behind-base-branch", - "dependencyDashboard": false, - "branchPrefix": "renovate-", - "constraints": { - "python": "3.8.0" - }, - "pip-compile": { - "fileMatch": [ - "(^|/)requirements\\.in$", - "(^|/)requirements-fmt\\.in$", - "(^|/)requirements-lint\\.in$", - "(^|/)requirements-unit\\.in$", - "(^|/)requirements-integration\\.in$", - "(^|/)requirements.*\\.in$" - ], - "lockFileMaintenance": { - "enabled": true, - "schedule": [ - "on sunday" - ] - } - }, - "pip_requirements": { - "enabled": false - }, - "automergeType": "branch", - "packageRules": [ - { - "groupName": "testing deps", - "matchPackagePatterns": [ - "^black$", - "codespell", - "flake8", - "flake8-builtins", - "flake8-copyright", - "flake8-docstrings", - "isort", - "pep8-naming", - "pyproject-flake8", - "pytest", - "pytest-asyncio", - "selenium", - "selenium-wire" - ], - "automerge": true - } - ], - "schedule": [ - "on sunday" + "extends": [ + "github>canonical/charmed-kubeflow-workflows" ] }