Skip to content

Commit

Permalink
[skip ci] git-xargs programmatic commit (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu authored Jun 28, 2023
1 parent 77cd47f commit 037d56d
Showing 1 changed file with 2 additions and 44 deletions.
46 changes: 2 additions & 44 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,48 +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": null
}
},
"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
}
"extends": [
"github>canonical/charmed-kubeflow-workflows"
]
}

0 comments on commit 037d56d

Please sign in to comment.