We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a48ee commit b6bce7dCopy full SHA for b6bce7d
template/.renovaterc.json.jinja
@@ -101,8 +101,8 @@
101
"description": "Match npm packages used with npx",
102
"fileMatch": [
103
"^\\.github/workflows/.+\\.yml$",
104
- "^\\.gitlab/workflows/.+\\.yml$",
105
-[%- if project_name == "Serious Scaffold Python" %]
+ "^\\.gitlab/workflows/.+\\.yml$"
+[%- if project_name == "Serious Scaffold Python" %],
106
"^template/.*\\.github.*/workflows/.+\\.yml(\\.jinja)?$",
107
"^template/.*\\.gitlab.*/workflows/.+\\.yml(\\.jinja)?$"
108
[%- endif %]
0 commit comments