From 255d7008d9d5b541e555b1a5531e6c81d3a67089 Mon Sep 17 00:00:00 2001 From: jtakalai Date: Fri, 22 Sep 2023 02:43:51 +0300 Subject: [PATCH] Add dependabot config (#759) --- .github/dependabot.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..0851b7c --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,18 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +--- +version: 2 +updates: + - package-ecosystem: npm + directory: / + open-pull-requests-limit: 5 + schedule: + interval: daily + time: "9:00" + timezone: MST + commit-message: + prefix: build + include: scope + assignees: + - cgewecke + labels: + - build