Skip to content

Commit

Permalink
Revert Renovate change
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 22, 2024
1 parent a9ef71f commit 92f849e
Showing 1 changed file with 16 additions and 25 deletions.
41 changes: 16 additions & 25 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"pep621",
"pre-commit"
],
"github-actions": {
"fileMatch": ["(^|/)\\.github/workflows/[^/]+$"]
},
"pep621": {
"fileMatch": ["(^|/)pyproject\\.toml[^/]*$"],
"rangeStrategy": "bump"
},
"ignoreDeps": ["towncrier"],
"customManagers": [
{
"description": "uv",
Expand All @@ -46,37 +54,20 @@
"matchStrings": ["(?<currentValue>[^\\n]+)"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "microsoft/pylance-release"
},
{
"description": "copier",
"customType": "regex",
"fileMatch": ["(^|/)\\.copier-version[^/]*$"],
"matchStrings": ["(?<currentValue>[^\\n]+)"],
"datasourceTemplate": "pypi",
"depNameTemplate": "copier"
}
],
"packageRules": [
{
"groupName": "all",
"matchPackageNames": ["*"]
},
{
"groupName": "ruff",
"matchPackageNames": ["/^.*ruff.*$/"]
},
{
"groupName": "pylance",
"matchPackageNames": ["microsoft/pylance-release"]
},
{
"groupName": "tests",
"matchPackageNames": ["/^.*pytest.*$/"]
},
{
"groupName": "docs",
"matchPackageNames": [
"docutils",
"numpydoc",
"/^.*sphinx.*$/",
"/^.*myst.*$/"
]
},
{
"groupName": "devcontainer",
"matchManagers": ["devcontainer"]
}
]
}

0 comments on commit 92f849e

Please sign in to comment.