Skip to content

Commit 6df1e68

Browse files
Disable .NET major updates from renovate
Major updates will be done manually, plus stops pull requests for "go-live" release candidate images. Signed-off-by: Martin Costello <[email protected]>
1 parent 2600193 commit 6df1e68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
matchPackageNames: ["grafana/shared-workflows"],
4040
versioning: "regex:^(?<compatibility>[a-z-]+)-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$",
4141
},
42+
{
43+
extends: ["monorepo:dotnet"],
44+
description: ["Disable major version updates for .NET"],
45+
matchUpdateTypes: ["major"],
46+
enabled: false,
47+
},
4248
],
4349
vulnerabilityAlerts: {
4450
enabled: true,

0 commit comments

Comments
 (0)