Skip to content

Commit

Permalink
Merge pull request #102 from projectsyn/fix-whitespace
Browse files Browse the repository at this point in the history
Fix whitespace in renovate-json
  • Loading branch information
HappyTetrahedron authored May 24, 2024
2 parents 6bd83e1 + 632750d commit 4dee01c
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 4dee01c

Please sign in to comment.