Skip to content

Commit b0e9413

Browse files
authored
Merge pull request #95 from oracle/dependabot_config
dependabot - grouping core dependencies
2 parents 864d2bf + 99e107a commit b0e9413

File tree

3 files changed

+52
-15
lines changed

3 files changed

+52
-15
lines changed

.github/dependabot.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
"version": "oclif readme && git add README.md && run-s build"
6363
},
6464
"dependencies": {
65-
"@inquirer/prompts": "3.3.2",
66-
"@oclif/core": "3.27.0",
67-
"@oclif/plugin-help": "5.2.20",
65+
"@inquirer/prompts": "^3.3.2",
66+
"@oclif/core": "^3.27.0",
67+
"@oclif/plugin-help": "^5.2.20",
6868
"@oclif/plugin-plugins": "^5.3.7",
69-
"extract-zip": "2.0.1",
70-
"inquirer": "9.3.6",
71-
"untildify": "5.0.0",
72-
"yeoman-environment": "3.19.3",
73-
"yeoman-generator": "5.10.0"
69+
"extract-zip": "^2.0.1",
70+
"inquirer": "^9.3.6",
71+
"untildify": "^5.0.0",
72+
"yeoman-environment": "^3.19.3",
73+
"yeoman-generator": "^5.10.0"
7474
},
7575
"bundledDependencies": [
7676
"@inquirer/prompts",
@@ -86,15 +86,15 @@
8686
"devDependencies": {
8787
"@commitlint/cli": "^18.4.3",
8888
"@commitlint/config-conventional": "^18.4.3",
89-
"@oclif/prettier-config": "0.2.1",
90-
"@oclif/test": "3.2.15",
89+
"@oclif/prettier-config": "^0.2.1",
90+
"@oclif/test": "^3.2.15",
9191
"@types/chai": "^4",
9292
"@types/fs-extra": "^11.0.4",
9393
"@types/mocha": "^10",
9494
"@types/node": "^18",
9595
"@types/yeoman-generator": "^5.2.14",
9696
"chai": "^4",
97-
"dotenv-cli": "7.4.2",
97+
"dotenv-cli": "^7.4.2",
9898
"eslint": "^8",
9999
"eslint-config-oclif": "^5",
100100
"eslint-config-oclif-typescript": "^3",
@@ -105,7 +105,7 @@
105105
"nodemon": "^3.0.3",
106106
"npm-run-all": "^4.1.5",
107107
"oclif": "4.11.3",
108-
"shx": "0.3.4",
108+
"shx": "^0.3.4",
109109
"ts-node": "^10.9.1",
110110
"typescript": "^5"
111111
}

templates/node-jet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"concurrently": "^8.2.2",
2222
"extract-zip": "^1.7.0",
2323
"fs-extra": "^8.1.0",
24-
"glob": "7.2.0",
25-
"typescript": "5.3.2",
24+
"glob": "^7.2.0",
25+
"typescript": "^5.3.2",
2626
"underscore": "^1.10.2",
27-
"yargs-parser": "13.1.2"
27+
"yargs-parser": "^13.1.2"
2828
},
2929
"engines": {
3030
"node": ">=12.21.0"

0 commit comments

Comments
 (0)