Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyTetrahedron committed May 24, 2024
1 parent 6bd83e1 commit 632750d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions {{ cookiecutter.slug }}/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
],
"separateMinorPatch": true,
"packageRules": [
{% if cookiecutter.automerge_patch == "y" %}
{%- if cookiecutter.automerge_patch == "y" %}
{
"matchUpdateTypes": ["patch"],
{% if cookiecutter.automerge_patch_v0 != "y" %}
{%- if cookiecutter.automerge_patch_v0 != "y" %}
"matchCurrentVersion": "!/^v?0\\./",{# negative match: do not match versions that match regex `^v?0\.` #}
{% endif %}
{%- endif %}
"automerge": true,
{# We can't use Platform Automerge because the repositories are configured manually, so we can't be sure the "require status checks" option is always enabled, and without that, platformAutomerge does not wait for tests to pass. #}
{#- We can't use Platform Automerge because the repositories are configured manually, so we can't be sure the "require status checks" option is always enabled, and without that, platformAutomerge does not wait for tests to pass. #}
"platformAutomerge": false,
"labels": [
"dependency",
"automerge"
]
}
{% endif %}
{# re: SYN-785 - Later rules take precedence, so add more specific package rules below. #}
{%- endif %}
{#- re: SYN-785 - Later rules take precedence, so add more specific package rules below. #}
]
}

0 comments on commit 632750d

Please sign in to comment.