Skip to content

Commit 692e5bf

Browse files
authored
Merge pull request #273 from apollographql/evan/configure-renovate
Configure Renovate
2 parents eccef8c + 966b024 commit 692e5bf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/renovate.json5

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
2-
$schema: "https://docs.renovatebot.com/renovate-schema.json",
2+
extends: [
3+
"github>apollographql/renovate-config-apollo-open-source:default.json5",
4+
"github>Turbo87/renovate-config//rust/updateToolchain",
5+
],
36
packageRules: [
47
{
58
enabled: false,
69
matchPackageNames: ["*"],
710
},
811
],
12+
// Automating Nix upgrades is currently in beta and opt-in only.
13+
// https://docs.renovatebot.com/modules/manager/nix/
14+
nix: {
15+
enabled: true,
16+
},
917
vulnerabilityAlerts: {
1018
enabled: true,
1119
},

0 commit comments

Comments
 (0)