We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62c009 commit 30ff1aeCopy full SHA for 30ff1ae
renovate.json
@@ -1,13 +1,14 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["local>netlify/renovate-config"],
4
+ "ignorePaths": ["**/node_modules/**"],
5
"packageRules": [
6
7
"description": "Stable & unstable Next.js bumps in test fixtures (no automerge)",
8
"matchFileNames": ["tests/**/fixtures/**/package.json"],
9
"matchPackageNames": ["next"],
10
"ignoreUnstable": false,
- "labels": ["bump-framework-in-fixtures", "run-e2e-tests'))"],
11
+ "labels": ["bump-framework-in-fixtures", "run-e2e-tests"],
12
"schedule": null,
13
"automerge": false
14
}
0 commit comments