Skip to content

Commit e59742c

Browse files
authored
Merge pull request #26 from DanielAvdar/reno
Update pre-commit and Renovate config
2 parents 864261d + 0668a25 commit e59742c

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88
- id: no-commit-to-branch
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.11.6
10+
rev: v0.11.5
1111
hooks:
1212
- id: ruff-format
1313
args: [ --preview, --config=pyproject.toml ]

renovate.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,27 @@
1818
"packageRules": [
1919
{
2020
"matchManagers": [
21-
"uv"
21+
"github-actions"
22+
],
23+
"labels": [
24+
"github-actions"
2225
]
2326
},
2427
{
2528
"matchManagers": [
26-
"github-actions"
29+
"pre-commit"
2730
],
2831
"labels": [
29-
"github-actions"
32+
"pre-commit"
3033
]
3134
},
3235
{
3336
"matchManagers": [
34-
"uv",
35-
"pip"
36-
37+
"pip-compile",
38+
"pip_requirements",
39+
"pip_setup",
40+
"pipenv",
41+
"poetry"
3742
],
3843
"labels": [
3944
"python"

0 commit comments

Comments
 (0)