Skip to content

Commit da7f0c2

Browse files
authored
Add ignore presets list to the main config (#2255)
1 parent 4ea134c commit da7f0c2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/renovate.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>grafana/grafana-community-team//renovate/renovate"],
4+
"ignorePresets": [
5+
"github>grafana/grafana-renovate-config//presets/base",
6+
"github>grafana/grafana-renovate-config//presets/automerge",
7+
"github>grafana/grafana-renovate-config//presets/labels",
8+
"github>grafana/grafana-renovate-config//presets/npm"
9+
],
410
"includePaths": [
511
"package.json",
612
"packages/**",
@@ -50,7 +56,7 @@
5056
"automerge": false,
5157
"groupName": "grafana patch dependencies",
5258
"groupSlug": "all-grafana-patch",
53-
"labels": ["dependencies", "patch"],
59+
"addLabels": ["patch"],
5460
"matchCurrentVersion": "!/^0/",
5561
"matchUpdateTypes": ["patch"],
5662
"matchPackageNames": [
@@ -64,7 +70,7 @@
6470
"automerge": true,
6571
"groupName": "e2e-selector dependencies",
6672
"groupSlug": "plugin-e2e-selectors",
67-
"labels": ["dependencies", "patch", "release"],
73+
"addLabels": ["patch", "release"],
6874
"matchPackageNames": ["@grafana/e2e-selectors"],
6975
"followTag": "modified",
7076
"rangeStrategy": "bump",
@@ -77,7 +83,7 @@
7783
{
7884
"groupName": "grafana dependencies",
7985
"groupSlug": "all-grafana",
80-
"labels": ["dependencies", "release", "patch"],
86+
"addLabels": ["release", "patch"],
8187
"matchUpdateTypes": ["minor", "major"],
8288
"matchPackageNames": [
8389
"/@grafana/*/",
@@ -90,7 +96,7 @@
9096
},
9197
{
9298
"groupName": "docusaurus dependencies",
93-
"labels": ["dependencies", "javascript", "no-changelog"],
99+
"addLabels": ["no-changelog"],
94100
"rangeStrategy": "bump",
95101
"matchPackageNames": ["/@?docusaurus/"]
96102
},
@@ -103,7 +109,7 @@
103109
"automerge": true,
104110
"groupName": "auto-merged devDependencies",
105111
"groupSlug": "dev-dependencies-automerge",
106-
"labels": ["dependencies", "javascript", "no-changelog"],
112+
"addLabels": ["no-changelog"],
107113
"matchCurrentVersion": "!/^0/",
108114
"matchDepTypes": ["devDependencies", "optionalDependencies"],
109115
"matchPackageNames": [
@@ -119,7 +125,7 @@
119125
"automerge": true,
120126
"groupName": "auto-merged patch dependencies",
121127
"groupSlug": "prod-dependencies-automerge",
122-
"labels": ["dependencies", "javascript", "no-changelog"],
128+
"addLabels": ["no-changelog"],
123129
"matchCurrentVersion": "!/^0/",
124130
"matchDepTypes": ["dependencies"],
125131
"matchUpdateTypes": ["patch"],

0 commit comments

Comments
 (0)