Skip to content

Commit 9fa6757

Browse files
committed
πŸ› fix: add '.jinja' to renovate github action workflow
1 parent 5434aa9 commit 9fa6757

5 files changed

Lines changed: 4 additions & 1 deletion

File tree

β€Ž.renovaterc.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"github-actions": {
8888
"managerFilePatterns": [
8989
"/^template/.+\\.github.+/actions/.*\\.ya?ml(?:\\.jinja)?(?:\\{% endif %\\})?$/",
90-
"/^template/.+\\.github.+/workflows/.*\\.ya?ml(?:\\.jinja)?(?:\\{% endif %\\})?$/"
90+
"/^template/.+\\.github.+/workflows/.*\\.ya?ml(?:\\.jinja)?(?:\\{% endif %\\})?(?:\\.jinja)?$/"
9191
]
9292
}
9393
}

β€Ždocs/css/overrides.cssβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html {
2+
font-size: 18px;
3+
}

β€Ždocs/index.mdβ€Ž

Whitespace-only changes.

β€Žmkdocs.ymlβ€Ž

Whitespace-only changes.

template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %} renamed to template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja

File renamed without changes.

0 commit comments

Comments
Β (0)