We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb31031 commit c0ab50bCopy full SHA for c0ab50b
renovate.json
@@ -1,4 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["local>netlify/renovate-config"]
+ "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
+ ]
15
}
0 commit comments