-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jan Kowalleck <[email protected]>
- Loading branch information
1 parent
736fa16
commit fd38dfd
Showing
1 changed file
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
day: 'saturday' | ||
allow: | ||
- dependency-type: 'all' | ||
versioning-strategy: 'auto' | ||
labels: [ 'dependencies' ] | ||
commit-message: | ||
prefix: 'chore' ## prefix maximum string length of 15 | ||
include: 'scope' | ||
open-pull-requests-limit: 999 | ||
ignore: | ||
- dependency-name: "@types/node" | ||
# version is like `ts.X.Y` -- need to maintain manually | ||
groups: | ||
yarn: | ||
patterns: | ||
- '@yarnpkg/*' | ||
eslint: | ||
patterns: | ||
- 'eslint' | ||
- '@eslint/*' | ||
- '@types/eslint' | ||
- 'eslint-*' | ||
- '@types/eslint-*' | ||
- '@eslint-community/*' | ||
- '@typescript-eslint/*' | ||
ajv: | ||
patterns: | ||
- 'ajv' | ||
- 'ajv-*' | ||
typescript: | ||
patterns: | ||
- 'typescript' | ||
- '@types/*' | ||
- 'typedoc' | ||
- 'typedoc-*' | ||
- '@microsoft/tsdoc' | ||
- '@microsoft/tsdoc-*' | ||
- 'ts-loader' | ||
- 'tslib' | ||
mocha: | ||
patterns: | ||
- 'mocha' | ||
- '@types/mocha' | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
day: 'saturday' | ||
labels: [ 'dependencies' ] | ||
commit-message: | ||
prefix: 'chore' ## prefix maximum string length of 15 | ||
include: 'scope' | ||
open-pull-requests-limit: 999 | ||
updates: [] | ||
# - package-ecosystem: 'npm' | ||
# directory: '/' | ||
# schedule: | ||
# interval: 'weekly' | ||
# day: 'saturday' | ||
# allow: | ||
# - dependency-type: 'all' | ||
# versioning-strategy: 'auto' | ||
# labels: [ 'dependencies' ] | ||
# commit-message: | ||
# prefix: 'chore' ## prefix maximum string length of 15 | ||
# include: 'scope' | ||
# open-pull-requests-limit: 999 | ||
# ignore: | ||
# - dependency-name: "@types/node" | ||
# # version is like `ts.X.Y` -- need to maintain manually | ||
# groups: | ||
# yarn: | ||
# patterns: | ||
# - '@yarnpkg/*' | ||
# eslint: | ||
# patterns: | ||
# - 'eslint' | ||
# - '@eslint/*' | ||
# - '@types/eslint' | ||
# - 'eslint-*' | ||
# - '@types/eslint-*' | ||
# - '@eslint-community/*' | ||
# - '@typescript-eslint/*' | ||
# ajv: | ||
# patterns: | ||
# - 'ajv' | ||
# - 'ajv-*' | ||
# typescript: | ||
# patterns: | ||
# - 'typescript' | ||
# - '@types/*' | ||
# - 'typedoc' | ||
# - 'typedoc-*' | ||
# - '@microsoft/tsdoc' | ||
# - '@microsoft/tsdoc-*' | ||
# - 'ts-loader' | ||
# - 'tslib' | ||
# mocha: | ||
# patterns: | ||
# - 'mocha' | ||
# - '@types/mocha' | ||
# - package-ecosystem: 'github-actions' | ||
# directory: '/' | ||
# schedule: | ||
# interval: 'weekly' | ||
# day: 'saturday' | ||
# labels: [ 'dependencies' ] | ||
# commit-message: | ||
# prefix: 'chore' ## prefix maximum string length of 15 | ||
# include: 'scope' | ||
# open-pull-requests-limit: 999 |