Skip to content

Commit bb0262a

Browse files
committed
chore: disable Renovate managers for Maven and Dockerfiles
We don't want that noise at the moment.
1 parent 74a4b8f commit bb0262a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
],
2828

2929
packageRules: [
30+
{
31+
description: "Disable Maven Manager",
32+
matchManagers: "maven",
33+
enabled: false
34+
},
35+
{
36+
description: "Disable Dockerfile Manager",
37+
matchManagers: "dockerfile",
38+
enabled: false
39+
},
3040
{
3141
description: "Group package updates for the Config Baker Container Image",
3242
matchFileNames: ["modules/container-configbaker/**/*[dD]ockerfile"],

0 commit comments

Comments
 (0)