Skip to content

Commit e9a0901

Browse files
authored
chore: undo Renovate fixture bump experiment (#511)
Reverting netlify/next-runtime-minimal#487 and netlify/next-runtime-minimal#499. We've learned what we needed to.
1 parent 964ef13 commit e9a0901

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

renovate.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
{
22
"$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-
]
3+
"extends": ["local>netlify/renovate-config"]
164
}

0 commit comments

Comments
 (0)