Skip to content

Commit

Permalink
Configure Renovate (#227)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Try enabling pip-compile

* Fix regex

* Ignore deterministic deps

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: MrNaif2018 <chuff184@gmail.com>
  • Loading branch information
3 people authored Apr 20, 2022
1 parent 91b4ca9 commit 81ae358
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>bitcartcc/renovate-config"
],
"pip-compile": {
"fileMatch": [
"^requirements(\/.*)\\.txt$"
],
"ignorePaths": [
"requirements/deterministic/**"
]
}
}

0 comments on commit 81ae358

Please sign in to comment.