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"