Skip to content

Commit

Permalink
chore: dependabot group (#898)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Jul 11, 2023
1 parent 50d614d commit 6e1acd8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 4 deletions.
41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,47 @@ updates:
prefix: 'chore' ## prefix maximum string length of 15
include: 'scope'
open-pull-requests-limit: 999
groups:
spdx:
patterns:
- 'spdx-*'
- '@types/spdx-*'
ajv:
patterns:
- 'ajv'
- 'ajv-*'
typescript:
patterns:
- 'typescript'
- '@types/node'
- 'typedoc'
- 'typedoc-*'
- '@microsoft/tsdoc'
- '@microsoft/tsdoc-*'
- 'ts-loader'
- 'tslib'
webpack:
patterns:
- 'webpack'
- 'webpack-*'
- '@webpack-cli/*'
- '@webassemblyjs/*'
- 'browserslist'
- 'caniuse-*'
- 'ts-loader'
mocha:
patterns:
- 'mocha'
- '@types/mocha'
eslint:
patterns:
- 'eslint'
- '@eslint/*'
- '@types/eslint'
- 'eslint-*'
- '@types/eslint-*'
- '@eslint-community/*'
- '@typescript-eslint/*'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/mocha": "^10",
"@types/node": "ts5.1",
"@types/spdx-expression-parse": "^3.0.2",
"c8": "^8.0.0",
"@types/spdx-expression-parse": "^3",
"c8": "^8",
"deepmerge": "^4.2.2",
"eslint": "^8.23.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jsdoc": "^46.2.0",
Expand Down

0 comments on commit 6e1acd8

Please sign in to comment.