Skip to content

Commit

Permalink
chore(deps-dev): improve dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Feb 16, 2024
1 parent 56b6fc9 commit 59b7609
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
---
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
interval: 'daily'
labels:
- '📦 Dependencies'
commit-message:
prefix: 'fix'
prefix-development: 'chore'
include: 'scope'
versioning-strategy: 'increase'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'
labels:
- '📦 Dependencies'
- '🚀 CI/CD'

0 comments on commit 59b7609

Please sign in to comment.