Skip to content

Commit c0ab50b

Browse files
authored
1 parent bb31031 commit c0ab50b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: renovate.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>netlify/renovate-config"]
3+
"extends": ["local>netlify/renovate-config"],
4+
"packageRules": [
5+
{
6+
"description": "Stable & unstable Next.js bumps in test fixtures (no automerge)",
7+
"matchFileNames": ["tests/**/fixtures/**/package.json"],
8+
"matchPackageNames": ["next"],
9+
"ignoreUnstable": false,
10+
"labels": ["bump-framework-in-fixtures", "run-e2e-tests'))"],
11+
"schedule": null,
12+
"automerge": false
13+
}
14+
]
415
}

0 commit comments

Comments
 (0)