Skip to content

Commit

Permalink
KF-3652 use renovate preset (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu authored Jun 27, 2023
1 parent 3a8ce66 commit 8d3575c
Showing 1 changed file with 2 additions and 49 deletions.
51 changes: 2 additions & 49 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 8d3575c

Please sign in to comment.