diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..739865d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,31 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + 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: + production: + dependency-type: "production" + update-types: + - "minor" + - "patch" + development: + dependency-type: "development" + update-types: + - "minor" + - "patch"