Skip to content

Commit

Permalink
array末尾のobjectの末尾カンマを復活
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 28, 2024
1 parent 84c641e commit 6b8b92d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// どうやら**GitHub App版の**Renovateのみ、「arrayの最後の要素のobject」の後ろに末尾カンマを付けることが許容されないらしい。
// https://github.com/VOICEVOX/voicevox_core/pull/839#discussion_r1779435761

{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
Expand Down Expand Up @@ -71,7 +70,7 @@
"ubuntu",
],
enabled: false,
}
},
],
cargo: {
rangeStrategy: "bump",
Expand All @@ -88,6 +87,6 @@
depNameTemplate: "Rust",
packageNameTemplate: "rust-lang/rust",
datasourceTemplate: "github-tags",
}
},
],
}

0 comments on commit 6b8b92d

Please sign in to comment.