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