feat: update dependabot config

This commit is contained in:
asepharyana
2026-08-25 18:12:46 +07:00
parent e74a303b9d
commit 09c5311568
+27 -17
View File
@@ -1,21 +1,31 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot
version: 2
updates:
- package-ecosystem: 'devcontainers'
directory: '/'
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: weekly
interval: "daily"
day: "monday"
time: "05:00"
timezone: "Asia/Makassar"
open-pull-requests-limit: 10
assignees:
- "asepharyana"
commit-message:
prefix: "chore"
prefix-development: "chore"
include: "scope"
reviewers:
- "asepharyana"
labels:
- "dependencies"
groups:
github-actions:
patterns:
- '*'
production:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development:
dependency-type: "development"
update-types:
- "minor"
- "patch"