Skip to content

Commit 0a0bc81

Browse files
chore: update renovate
1 parent d823836 commit 0a0bc81

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

renovate.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"groupName": "components",
2121
"commitMessageTopic": "components",
2222
"matchPaths": [
23-
"packages/components/*"
23+
"packages/components/**"
2424
],
2525
"matchUpdateTypes": [
2626
"major",
@@ -35,7 +35,7 @@
3535
"groupName": "core",
3636
"commitMessageTopic": "core",
3737
"matchPaths": [
38-
"packages/core/*"
38+
"packages/core/**"
3939
],
4040
"matchUpdateTypes": [
4141
"major",
@@ -50,7 +50,7 @@
5050
"groupName": "playground",
5151
"commitMessageTopic": "playground",
5252
"matchPaths": [
53-
"playground/*"
53+
"playground/**"
5454
],
5555
"matchUpdateTypes": [
5656
"major",
@@ -68,12 +68,13 @@
6868
"major"
6969
],
7070
"ignorePaths": [
71-
"packages/components/*",
72-
"packages/core/*",
73-
"playground/*"
71+
"**/packages/**",
72+
"**/packages/**",
73+
"**/playground/**"
7474
],
7575
"matchDatasources": [
76-
"npm"
76+
"npm",
77+
"github-actions"
7778
],
7879
"labels": [
7980
"dependencies"

0 commit comments

Comments
 (0)