Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 1351a82

Browse files
committed
chore: Update renovate config
- Use recommended config defaults - Ignore automatically generated code as we don't control those versions Signed-off-by: Chris Privitere <[email protected]>
1 parent ee8ffc3 commit 1351a82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

renovate.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
]
3+
"extends": ["config:recommended"],
4+
"ignorePaths": ["equinix-openapi-metal"]
65
}

0 commit comments

Comments
 (0)