Skip to content

Commit

Permalink
fix fileMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 28, 2024
1 parent 2092417 commit b407eff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"customType": "regex",
"datasourceTemplate": "pypi",
"fileMatch": [
"^\\.devcontainer/Dockerfile$",
"^template/\\.devcontainer/Dockerfile\\.jinja$"
"^\\.devcontainer\\/Dockerfile$",
"^template\\/\\.devcontainer/Dockerfile\\.jinja$"
],
"matchStrings": [
"RUN pipx install (?<depName>.*?)==(?<currentValue>.*?)\n"
Expand Down
4 changes: 2 additions & 2 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"customType": "regex",
"datasourceTemplate": "pypi",
"fileMatch": [
"^\\.devcontainer/Dockerfile$"
"^\\.devcontainer\\/Dockerfile$",
[%- if project_name == "Serious Scaffold Python" %],
"^template/\\.devcontainer/Dockerfile\\.jinja$"
"^template\\/\\.devcontainer/Dockerfile\\.jinja$"
[%- endif %]
],
"matchStrings": [
Expand Down

0 comments on commit b407eff

Please sign in to comment.