From 09c531156855063b1f0c1abf1731c16169fdf715 Mon Sep 17 00:00:00 2001 From: asepharyana <48643666+asepharyana@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:12:46 +0700 Subject: [PATCH] feat: update dependabot config --- .github/dependabot.yml | 44 ++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41a7550..739865d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"