diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b7b4ca2ddc..054d15b6e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,13 @@ updates: interval: weekly time: "06:00" open-pull-requests-limit: 10 + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + time: "06:00" + open-pull-requests-limit: 5 + commit-message: + include: scope + prefix: "prod" + prefix-development: "dev"