File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ updates:
99 update-types :
1010 - " minor"
1111 - " patch"
12+ create-database-app-oclif-dependencies :
13+ patterns :
14+ - " @oclif*"
15+ update-types :
16+ - " major"
17+ - " minor"
18+ - " patch"
1219 labels :
1320 - " dependencies"
1421 - " create-database-app"
@@ -24,6 +31,13 @@ updates:
2431 update-types :
2532 - " minor"
2633 - " patch"
34+ angular-core-dependencies :
35+ patterns :
36+ - " @angular*"
37+ update-types :
38+ - " major"
39+ - " minor"
40+ - " patch"
2741 labels :
2842 - " dependencies"
2943 - " templates-angular"
@@ -39,6 +53,13 @@ updates:
3953 update-types :
4054 - " minor"
4155 - " patch"
56+ jet-core-dependencies :
57+ patterns :
58+ - " @oracle*"
59+ update-types :
60+ - " major"
61+ - " minor"
62+ - " patch"
4263 labels :
4364 - " dependencies"
4465 - " templates-jet"
@@ -54,6 +75,14 @@ updates:
5475 update-types :
5576 - " minor"
5677 - " patch"
78+ react-core-dependencies :
79+ patterns :
80+ - " react"
81+ - " react-dom"
82+ update-types :
83+ - " major"
84+ - " minor"
85+ - " patch"
5786 labels :
5887 - " dependencies"
5988 - " templates-react"
@@ -69,6 +98,14 @@ updates:
6998 update-types :
7099 - " minor"
71100 - " patch"
101+ react-todo-core-dependencies :
102+ patterns :
103+ - " react"
104+ - " react-dom"
105+ update-types :
106+ - " major"
107+ - " minor"
108+ - " patch"
72109 labels :
73110 - " dependencies"
74111 - " templates-react-todo"
You can’t perform that action at this time.
0 commit comments