Skip to content

Commit 8810cd5

Browse files
committed
ci(examples): switch to weekly renovate updates
1 parent 3328ce1 commit 8810cd5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/renovate.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,18 @@
3737
"semanticCommitType": "chore",
3838
"groupName": "all non-major dependencies",
3939
"groupSlug": "root-all-minor-patch",
40-
"matchPackagePatterns": [
41-
"*"
42-
],
43-
"matchUpdateTypes": [
44-
"minor",
45-
"patch"
46-
]
40+
"matchPackagePatterns": ["*"],
41+
"matchUpdateTypes": ["minor", "patch"]
4742
},
4843
{
44+
"description": "Example dependencies",
45+
"extends": ["schedule:weekly"],
4946
"matchPaths": ["examples/**"],
50-
"semanticCommitType": "chore"
47+
"semanticCommitType": "chore",
48+
"groupName": "all non-major dependencies (examples)",
49+
"groupSlug": "examples-all-minor-patch",
50+
"matchPackagePatterns": ["*"],
51+
"matchUpdateTypes": ["minor", "patch"]
5152
},
5253
{
5354
"description": "UI5 Web Components (for React) in all examples",

0 commit comments

Comments
 (0)