Skip to content

Commit

Permalink
chore: disable dependabot (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Nov 7, 2024
1 parent 736fa16 commit fd38dfd
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions .github/dependabot.yml
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

0 comments on commit fd38dfd

Please sign in to comment.