Skip to content

Commit

Permalink
chore: add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Mar 25, 2024
1 parent f45ca33 commit 6330c5b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 10
groups:
allNonMajor:
update-types:
- 'minor'
- 'patch'
typescriptEslintMajor:
update-types:
- 'major'
patterns:
- '@typescript-eslint/*'
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly

0 comments on commit 6330c5b

Please sign in to comment.