Skip to content

Commit 3ceb2e3

Browse files
authored
Add ignore presets to the main file (#450)
add ignore presets
1 parent 18f55fc commit 3ceb2e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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+
],
10+
"labels": ["dependencies", "javascript"],
411
"packageRules": [
512
{
613
"groupName": "grafana",

0 commit comments

Comments
 (0)