We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964ef13 commit e9a0901Copy full SHA for e9a0901
renovate.json
@@ -1,16 +1,4 @@
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,
11
- "labels": ["bump-framework-in-fixtures", "run-e2e-tests"],
12
- "schedule": null,
13
- "automerge": false
14
- }
15
- ]
+ "extends": ["local>netlify/renovate-config"]
16
}
0 commit comments