Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 6, 2023
1 parent 9f2d4b9 commit fd918d5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
"config:base",
":preserveSemverRanges"
],
"packageRules": [
{
"pip_requirements": {
"fileMatch": [
"(^|/)docs/requirements.txt$"
],
]
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"groupName": "Doc packages",
"schedule": ["before 2am on monday"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
}

0 comments on commit fd918d5

Please sign in to comment.