Skip to content

Commit 30ff1ae

Browse files
authored
chore: try to enable PRs for all Next.js versions (again) (#499)
* chore: fix typo in applied labels * chore: override default ignore paths
1 parent f62c009 commit 30ff1ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["local>netlify/renovate-config"],
4+
"ignorePaths": ["**/node_modules/**"],
45
"packageRules": [
56
{
67
"description": "Stable & unstable Next.js bumps in test fixtures (no automerge)",
78
"matchFileNames": ["tests/**/fixtures/**/package.json"],
89
"matchPackageNames": ["next"],
910
"ignoreUnstable": false,
10-
"labels": ["bump-framework-in-fixtures", "run-e2e-tests'))"],
11+
"labels": ["bump-framework-in-fixtures", "run-e2e-tests"],
1112
"schedule": null,
1213
"automerge": false
1314
}

0 commit comments

Comments
 (0)