-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): improve dependabot config
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |