Skip to content

Commit

Permalink
Add packageRules to renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Nov 9, 2024
1 parent 245e5d9 commit 817385d
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>apitally/renovate-config"],
"ignoreDeps": ["pytest-asyncio"]
"ignoreDeps": ["pytest-asyncio"],
"packageRules": [
{
"matchPackageNames": ["pre-commit"],
"matchCurrentVersion": "<4.0.0",
"enabled": false
},
{
"matchPackageNames": ["pytest"],
"matchCurrentVersion": "<8.0.0",
"enabled": false
},
{
"matchPackageNames": ["pytest-cov"],
"matchCurrentVersion": "<6.0.0",
"enabled": false
},
{
"matchPackageNames": ["pytest-httpx"],
"matchCurrentVersion": "<0.23.0",
"enabled": false
}
]
}

0 comments on commit 817385d

Please sign in to comment.