Skip to content

Commit

Permalink
update renovate.json to ignore pip requirements
Browse files Browse the repository at this point in the history
By default, renovate's pip_requirements manager searches for all `requirements.txt`/`.pip` files (https://docs.renovatebot.com/modules/manager/pip_requirements/#default-config).  This PR adds an `ignorePaths` entry to ignore the default pattern, as described [here](https://docs.renovatebot.com/modules/manager/#ignoring-files-that-match-the-default-filematch).
  • Loading branch information
ca-scribner committed Dec 8, 2022
1 parent 159c8af commit c6f2040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"schedule": null
}
},
"pip_requirements": {
"ignorePaths": "(^|/)([\\w-]*)requirements\\.(txt|pip)$"
},
"packageRules": [
{
"matchPackagePatterns": ["ca-scribner-example-package", "^black$", "flake8", "pep8-naming", "isort", "codespell", "pytest"],
Expand Down

0 comments on commit c6f2040

Please sign in to comment.