Skip to content

Commit

Permalink
It was due to a parse error after all
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 22, 2024
1 parent 5d2b35c commit a3de9c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"pre-commit"
],
"github-actions": {
"fileMatch": ["(^|.*/)\\.github/workflows/[^/]+$", "template/pyproject\\.toml\\.jinja"]
"fileMatch": ["(^|/)\\.github/workflows/[^/]+$"]
},
"pep621": {
"fileMatch": ["(^|.*/)pyproject\\.toml[^/]*$"],
"fileMatch": ["(^|/)pyproject\\.toml[^/]*$"],
"rangeStrategy": "bump"
},
"ignoreDeps": ["towncrier"],
Expand Down Expand Up @@ -56,7 +56,7 @@
{
"description": "copier",
"customType": "regex",
"fileMatch": ["(^|.*/)\\.copier-version[^/]*$"],
"fileMatch": ["(^|/)\\.copier-version[^/]*$"],
"matchStrings": ["(?<currentValue>[^\\n]+)"],
"datasourceTemplate": "pypi",
"depNameTemplate": "copier"
Expand Down
2 changes: 1 addition & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Home = "https://github.com/{{ project_owner_github_username }}/{{ github_repo_na
Tracker = "https://github.com/{{ project_owner_github_username }}/{{ github_repo_name }}/issues"
[[project.authors]]
name = "{{ project_owner_name }}"
{% if project_email %}email = "{{ project_email }}"{% endif %}
email = "{{ project_email }}"

[tool.uv]
constraint-dependencies = [
Expand Down

0 comments on commit a3de9c7

Please sign in to comment.