Skip to content

Commit abb27f9

Browse files
authored
fix: fix renovate config for .readthedocs.yaml (#670)
1 parent 6afc26f commit abb27f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.renovaterc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"^template/.*\\.gitlab.*/workflows/.+\\.yml(\\.jinja)?$",
2424
"^template/Makefile\\.jinja$",
2525
"^template/\\.devcontainer/Dockerfile\\.jinja$",
26-
"^template/\\.readthedocs\\.yaml$",
26+
"^template/\\.readthedocs\\.yaml\\.jinja$",
2727
"^template/\\.renovaterc\\.json\\.jinja$",
2828
"^template/docs/.+\\.md(\\.jinja)?$"
2929
],

template/.renovaterc.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"^template/.*\\.gitlab.*/workflows/.+\\.yml(\\.jinja)?$",
2626
"^template/Makefile\\.jinja$",
2727
"^template/\\.devcontainer/Dockerfile\\.jinja$",
28-
"^template/\\.readthedocs\\.yaml$",
28+
"^template/\\.readthedocs\\.yaml\\.jinja$",
2929
"^template/\\.renovaterc\\.json\\.jinja$",
3030
"^template/docs/.+\\.md(\\.jinja)?$"
3131
[%- endif %]

0 commit comments

Comments
 (0)