Skip to content

Commit

Permalink
Create renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jnton authored Sep 15, 2024
1 parent 3d7af3f commit 33dd328
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 @@
{
"extends": ["config:base"],
"pip_requirements": {
"fileMatch": ["^requirements\\.txt$"]
},
"automerge": true,
"automergeType": "branch",
"dependencyDashboard": true,
"schedule": ["every weekend"],
"labels": ["dependencies"],
"prHourlyLimit": 2,
"prConcurrentLimit": 5,
"commitMessagePrefix": "chore: renovate"
}

0 comments on commit 33dd328

Please sign in to comment.