Skip to content

Commit

Permalink
renovate: enable, with custom config
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Oct 3, 2024
1 parent 6c1e83d commit 57b1c4b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"pip_requirements": {
"enabled": false
},
"pip-compile": {
"enabled": true,
"fileMatch": [
"requirements[^/]*\\.txt$"
]
},
"automerge": true,
"schedule": [
"every weekend"
],
"automergeSchedule": [
"on tuesday"
]
}

0 comments on commit 57b1c4b

Please sign in to comment.