Skip to content

Commit

Permalink
recovering config (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov authored Sep 7, 2023
1 parent b687bc5 commit 85c8c9b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchFileNames": [
"(^|/)docs/requirements.txt$"
],
"groupName": "Doc packages",
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 2am on monday"],
"matchCurrentVersion": "!/^0/",
"groupName": "Doc packages"
"matchFileNames": ["docs/requirements.txt"]
}
]
}

0 comments on commit 85c8c9b

Please sign in to comment.