Skip to content

Commit

Permalink
ci: update dependabot.yml (#957)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
donniean and github-actions[bot] authored Aug 1, 2024
1 parent 92eec9c commit e4b74c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,23 @@ updates:
schedule:
interval: daily
ignore:
- dependency-name: '@types/eslint'
versions: ['>=9.0.0']
- dependency-name: '@typescript-eslint/eslint-plugin'
versions: ['>=8.0.0']
- dependency-name: '@typescript-eslint/parser'
versions: ['>=8.0.0']
- dependency-name: 'eslint'
versions: ['>=9.0.0']
- dependency-name: 'eslint-plugin-sonarjs'
versions: ['>=1.0.0']
- dependency-name: 'eslint-plugin-vitest'
versions: ['>=0.5.0']
open-pull-requests-limit: 999

- package-ecosystem: github-actions
directories:
- '/'
schedule:
interval: daily
open-pull-requests-limit: 999

0 comments on commit e4b74c4

Please sign in to comment.