Skip to content

Commit

Permalink
try a different python constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed May 23, 2024
1 parent c659c2c commit d16cba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"pdm": "2.15.2",
"python": "3.12"
"python": "==3.12"
},
"customManagers": [
{
Expand Down
2 changes: 1 addition & 1 deletion template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"pdm": "2.15.2",
"python": "{{ default_py }}"
"python": "=={{ default_py }}"
},
"customManagers": [
{
Expand Down

0 comments on commit d16cba1

Please sign in to comment.