Skip to content

Commit

Permalink
feat: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Mar 29, 2024
1 parent fd544c3 commit 530e78b
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
groups:
safe-dependencies:
update-types: ['minor', 'patch']
major-dependencies:
update-types: ['major']
commit-message:
prefix: deps
prefix-development: deps(dev)
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
ci-dependencies:
dependency-type: 'production'

0 comments on commit 530e78b

Please sign in to comment.