Skip to content

Commit b6bce7d

Browse files
authored
fix: fix renovate template bug (#812)
1 parent 33a48ee commit b6bce7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.renovaterc.json.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"description": "Match npm packages used with npx",
102102
"fileMatch": [
103103
"^\\.github/workflows/.+\\.yml$",
104-
"^\\.gitlab/workflows/.+\\.yml$",
105-
[%- if project_name == "Serious Scaffold Python" %]
104+
"^\\.gitlab/workflows/.+\\.yml$"
105+
[%- if project_name == "Serious Scaffold Python" %],
106106
"^template/.*\\.github.*/workflows/.+\\.yml(\\.jinja)?$",
107107
"^template/.*\\.gitlab.*/workflows/.+\\.yml(\\.jinja)?$"
108108
[%- endif %]

0 commit comments

Comments
 (0)