Skip to content

Commit

Permalink
[sc-44274] Normalize Dependabot configuration (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Oct 4, 2024
1 parent abc896a commit 3f9d1d5
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: monthly
groups:
eslint:
patterns:
- '@typescript-eslint/*'
- 'eslint'
- 'eslint-*'
jest:
patterns:
- 'jest'
- 'ts-jest'

interval: 'monthly'
reviewers:
- 'Fieldguide/ci'
- package-ecosystem: npm
directory: /
schedule:
Expand Down

0 comments on commit 3f9d1d5

Please sign in to comment.