Skip to content

Commit 6fbfbe5

Browse files
committed
chore(renovate): fix config
1 parent 9897947 commit 6fbfbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"semanticCommitType": "chore"
8989
},
9090
{
91+
"extends": ["schedule:weekly"],
9192
"description": "V1 UI5WC/R dependency updates",
9293
"matchBaseBranches": ["v1.29.x"],
9394
"groupName": "Legacy Branch Updates",
@@ -97,8 +98,7 @@
9798
"https://github.com/SAP/ui5-webcomponents-react"
9899
],
99100
"matchUpdateTypes": ["patch"],
100-
"semanticCommitType": "chore",
101-
"schedule": ["weekly"]
101+
"semanticCommitType": "chore"
102102
}
103103
]
104104
}

0 commit comments

Comments
 (0)