Skip to content

Commit

Permalink
fix: fix renovate template bug (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Nov 27, 2024
1 parent 33a48ee commit b6bce7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"description": "Match npm packages used with npx",
"fileMatch": [
"^\\.github/workflows/.+\\.yml$",
"^\\.gitlab/workflows/.+\\.yml$",
[%- if project_name == "Serious Scaffold Python" %]
"^\\.gitlab/workflows/.+\\.yml$"
[%- if project_name == "Serious Scaffold Python" %],
"^template/.*\\.github.*/workflows/.+\\.yml(\\.jinja)?$",
"^template/.*\\.gitlab.*/workflows/.+\\.yml(\\.jinja)?$"
[%- endif %]
Expand Down

0 comments on commit b6bce7d

Please sign in to comment.