diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 381a708..6fa37ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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'