Skip to content

Commit 966b024

Browse files
committed
add commas to fix errors from dry-run
1 parent 462b765 commit 966b024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extends: [
33
"github>apollographql/renovate-config-apollo-open-source:default.json5",
44
"github>Turbo87/renovate-config//rust/updateToolchain",
5-
]
5+
],
66
packageRules: [
77
{
88
enabled: false,
@@ -13,7 +13,7 @@
1313
// https://docs.renovatebot.com/modules/manager/nix/
1414
nix: {
1515
enabled: true,
16-
}
16+
},
1717
vulnerabilityAlerts: {
1818
enabled: true,
1919
},

0 commit comments

Comments
 (0)