Skip to content

Commit

Permalink
ci: update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
rowellx68 committed Jun 21, 2024
1 parent 43681fd commit 6243b76
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
- package-ecosystem: github-actions
directory: /
schedule:
interval: 'weekly'
interval: weekly
commit-message:
prefix: 'chore'
prefix: ci
labels:
- dependencies
groups:
actions:
patterns: ['*']

- package-ecosystem: npm
versioning-strategy: increase
directory: /
schedule:
interval: weekly
commit-message:
prefix: chore
labels:
- dependencies
groups:
npm:
patterns: ['*']

0 comments on commit 6243b76

Please sign in to comment.