Skip to content

Commit

Permalink
chore: undo Renovate fixture bump experiment (#511)
Browse files Browse the repository at this point in the history
Reverting netlify/next-runtime-minimal#487 and netlify/next-runtime-minimal#499.

We've learned what we needed to.
  • Loading branch information
serhalp authored May 21, 2024
1 parent 964ef13 commit e9a0901
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>netlify/renovate-config"],
"ignorePaths": ["**/node_modules/**"],
"packageRules": [
{
"description": "Stable & unstable Next.js bumps in test fixtures (no automerge)",
"matchFileNames": ["tests/**/fixtures/**/package.json"],
"matchPackageNames": ["next"],
"ignoreUnstable": false,
"labels": ["bump-framework-in-fixtures", "run-e2e-tests"],
"schedule": null,
"automerge": false
}
]
"extends": ["local>netlify/renovate-config"]
}

0 comments on commit e9a0901

Please sign in to comment.