File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
" ^template/.*\\ .gitlab.*/workflows/.+\\ .yml(\\ .jinja)?$" ,
24
24
" ^template/Makefile\\ .jinja$" ,
25
25
" ^template/\\ .devcontainer/Dockerfile\\ .jinja$" ,
26
- " ^template/\\ .readthedocs\\ .yaml$" ,
26
+ " ^template/\\ .readthedocs\\ .yaml\\ .jinja $" ,
27
27
" ^template/\\ .renovaterc\\ .json\\ .jinja$" ,
28
28
" ^template/docs/.+\\ .md(\\ .jinja)?$"
29
29
],
Original file line number Diff line number Diff line change 25
25
"^template/.*\\.gitlab.*/workflows/.+\\.yml(\\.jinja)?$",
26
26
"^template/Makefile\\.jinja$",
27
27
"^template/\\.devcontainer/Dockerfile\\.jinja$",
28
- "^template/\\.readthedocs\\.yaml$",
28
+ "^template/\\.readthedocs\\.yaml\\.jinja $",
29
29
"^template/\\.renovaterc\\.json\\.jinja$",
30
30
"^template/docs/.+\\.md(\\.jinja)?$"
31
31
[%- endif %]
You can’t perform that action at this time.
0 commit comments