Skip to content

Commit

Permalink
Update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Apr 6, 2024
1 parent 0d6d321 commit ea77972
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
version: 2
updates:
# GitHub actions updates
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
groups:
actions:
patterns:
- '*'

# Dependency updates
- package-ecosystem: npm
directory: /
target-branch: 'main'
Expand All @@ -13,5 +24,20 @@ updates:
versioning-strategy: increase
pull-request-branch-name:
separator: '-'
groups:
eslint:
patterns:
- 'eslint'
- 'eslint-config-prettier'
- '@typescript-eslint/*'
types:
patterns:
- '@types/*'
prettier:
patterns:
- 'prettier'
everything-else:
patterns:
- '*'
reviewers:
- 'zivkovicmilos'

0 comments on commit ea77972

Please sign in to comment.