Skip to content

Commit 0827be0

Browse files
ci: switch manager to pyproject.toml
1 parent c76aa91 commit 0827be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"packageRules": [
99
{
10-
"matchManagers": ["pip_requirements"],
10+
"matchManagers": ["pep621"],
1111
"enabled": true
1212
}
1313
],

{{cookiecutter.project_slug}}/.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"packageRules": [
99
{
10-
"matchManagers": ["pip_requirements"],
10+
"matchManagers": ["pep621"],
1111
"enabled": true
1212
}
1313
],

0 commit comments

Comments
 (0)