Skip to content

Commit 3ef324a

Browse files
Use proper JSON5
1 parent a0e1e9b commit 3ef324a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/renovate.json5

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
55
],
6-
"reviewers": ["kevincianfarini"],
6+
reviewers: ["kevincianfarini"],
77
ignorePresets: [
88
// Ensure we get the latest version and are not pinned to old versions.
99
'workarounds:javaLTSVersions',
@@ -23,5 +23,5 @@
2323
// Only write the major version.
2424
extractVersionTemplate: '^(?<version>\\d+)',
2525
},
26-
]
27-
}
26+
],
27+
}

0 commit comments

Comments
 (0)