Skip to content

Commit

Permalink
Merge pull request #19 from traP-jp/installDependabot
Browse files Browse the repository at this point in the history
added `dependabot.yml`
  • Loading branch information
Pugma authored Sep 4, 2024
2 parents 6c2da88 + 9ea64f8 commit 28a4537
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
groups:
types:
patterns:
- '@types/*'
lint-formatter:
patterns:
- '*eslint*'
- '*prettier*'
patches:
update-types:
- 'patch'

- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
groups:
actions-deps:
patterns:
- '*'

0 comments on commit 28a4537

Please sign in to comment.