We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eccef8c + 966b024 commit 692e5bfCopy full SHA for 692e5bf
.github/renovate.json5
@@ -1,11 +1,19 @@
1
{
2
- $schema: "https://docs.renovatebot.com/renovate-schema.json",
+ extends: [
3
+ "github>apollographql/renovate-config-apollo-open-source:default.json5",
4
+ "github>Turbo87/renovate-config//rust/updateToolchain",
5
+ ],
6
packageRules: [
7
8
enabled: false,
9
matchPackageNames: ["*"],
10
},
11
],
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
+ },
17
vulnerabilityAlerts: {
18
enabled: true,
19
0 commit comments