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 version: 2
updates: updates:
- package-ecosystem: 'devcontainers' - package-ecosystem: "npm"
directory: '/' directory: "/"
schedule: schedule:
interval: weekly interval: "daily"
day: "monday"
- package-ecosystem: 'github-actions' time: "05:00"
directory: '/' timezone: "Asia/Makassar"
schedule: open-pull-requests-limit: 10
interval: weekly assignees:
- "asepharyana"
commit-message:
prefix: "chore"
prefix-development: "chore"
include: "scope"
reviewers:
- "asepharyana"
labels:
- "dependencies"
groups: groups:
github-actions: production:
patterns: dependency-type: "production"
- '*' update-types:
- "minor"
- "patch"
development:
dependency-type: "development"
update-types:
- "minor"
- "patch"