Skip to content

Commit

Permalink
Merge pull request #8 from dafyddj/fix/renovate
Browse files Browse the repository at this point in the history
fix: correct json5 comments
  • Loading branch information
dafyddj authored Jan 18, 2024
2 parents fe3404a + 03088be commit 5f8ad01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions template/.github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"config:recommended",
":semanticCommitTypeAll(fix)",
],
# there are two match strings to match the two conditions
# * no update needed
# * update needed but not yet applied
# renovate needs to be able to match both conditions for PRs to work properly
// there are two match strings to match the two conditions
// * no update needed
// * update needed but not yet applied
// renovate needs to be able to match both conditions for PRs to work properly
"customManagers": [
{
"customType": "regex",
Expand Down
8 changes: 4 additions & 4 deletions test/GenerateProject/renovate_json5.tt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"config:recommended",
":semanticCommitTypeAll(fix)",
],
# there are two match strings to match the two conditions
# * no update needed
# * update needed but not yet applied
# renovate needs to be able to match both conditions for PRs to work properly
// there are two match strings to match the two conditions
// * no update needed
// * update needed but not yet applied
// renovate needs to be able to match both conditions for PRs to work properly
"customManagers": [
{
"customType": "regex",
Expand Down

0 comments on commit 5f8ad01

Please sign in to comment.