Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The UI5 Renovate Preset takes into account whether your project uses [OpenUI5](h
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"UI5/renovate-config"
"github>ui5/renovate-config"
],
"separateMinorPatch": true
}
Expand All @@ -52,7 +52,7 @@ If your project should only consume Long-Term Support (LTS) releases, use the fo
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"UI5/renovate-config:lts"
"github>ui5/renovate-config:lts"
],
"separateMinorPatch": true
}
Expand Down