Skip to content

Commit

Permalink
Merge pull request #95 from oracle/dependabot_config
Browse files Browse the repository at this point in the history
dependabot - grouping core dependencies
  • Loading branch information
LeonSilva15 authored Aug 28, 2024
2 parents 864d2bf + 99e107a commit b0e9413
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 15 deletions.
37 changes: 37 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ updates:
update-types:
- "minor"
- "patch"
create-database-app-oclif-dependencies:
patterns:
- "@oclif*"
update-types:
- "major"
- "minor"
- "patch"
labels:
- "dependencies"
- "create-database-app"
Expand All @@ -24,6 +31,13 @@ updates:
update-types:
- "minor"
- "patch"
angular-core-dependencies:
patterns:
- "@angular*"
update-types:
- "major"
- "minor"
- "patch"
labels:
- "dependencies"
- "templates-angular"
Expand All @@ -39,6 +53,13 @@ updates:
update-types:
- "minor"
- "patch"
jet-core-dependencies:
patterns:
- "@oracle*"
update-types:
- "major"
- "minor"
- "patch"
labels:
- "dependencies"
- "templates-jet"
Expand All @@ -54,6 +75,14 @@ updates:
update-types:
- "minor"
- "patch"
react-core-dependencies:
patterns:
- "react"
- "react-dom"
update-types:
- "major"
- "minor"
- "patch"
labels:
- "dependencies"
- "templates-react"
Expand All @@ -69,6 +98,14 @@ updates:
update-types:
- "minor"
- "patch"
react-todo-core-dependencies:
patterns:
- "react"
- "react-dom"
update-types:
- "major"
- "minor"
- "patch"
labels:
- "dependencies"
- "templates-react-todo"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
"version": "oclif readme && git add README.md && run-s build"
},
"dependencies": {
"@inquirer/prompts": "3.3.2",
"@oclif/core": "3.27.0",
"@oclif/plugin-help": "5.2.20",
"@inquirer/prompts": "^3.3.2",
"@oclif/core": "^3.27.0",
"@oclif/plugin-help": "^5.2.20",
"@oclif/plugin-plugins": "^5.3.7",
"extract-zip": "2.0.1",
"inquirer": "9.3.6",
"untildify": "5.0.0",
"yeoman-environment": "3.19.3",
"yeoman-generator": "5.10.0"
"extract-zip": "^2.0.1",
"inquirer": "^9.3.6",
"untildify": "^5.0.0",
"yeoman-environment": "^3.19.3",
"yeoman-generator": "^5.10.0"
},
"bundledDependencies": [
"@inquirer/prompts",
Expand All @@ -86,15 +86,15 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@oclif/prettier-config": "0.2.1",
"@oclif/test": "3.2.15",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.2.15",
"@types/chai": "^4",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10",
"@types/node": "^18",
"@types/yeoman-generator": "^5.2.14",
"chai": "^4",
"dotenv-cli": "7.4.2",
"dotenv-cli": "^7.4.2",
"eslint": "^8",
"eslint-config-oclif": "^5",
"eslint-config-oclif-typescript": "^3",
Expand All @@ -105,7 +105,7 @@
"nodemon": "^3.0.3",
"npm-run-all": "^4.1.5",
"oclif": "4.11.3",
"shx": "0.3.4",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5"
}
Expand Down
6 changes: 3 additions & 3 deletions templates/node-jet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"concurrently": "^8.2.2",
"extract-zip": "^1.7.0",
"fs-extra": "^8.1.0",
"glob": "7.2.0",
"typescript": "5.3.2",
"glob": "^7.2.0",
"typescript": "^5.3.2",
"underscore": "^1.10.2",
"yargs-parser": "13.1.2"
"yargs-parser": "^13.1.2"
},
"engines": {
"node": ">=12.21.0"
Expand Down

0 comments on commit b0e9413

Please sign in to comment.