Skip to content

Commit

Permalink
Merge pull request #15 from rohanpm/enable-renovate
Browse files Browse the repository at this point in the history
renovate: enable, with custom config
  • Loading branch information
rohanpm authored Oct 3, 2024
2 parents 6c1e83d + 57b1c4b commit a8dfc51
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 a8dfc51

Please sign in to comment.