From c8d94d38becc338bfdc82e0a652abe8450703a3a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:53:16 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7da3985 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +registries: + git-gitlab-com: + type: git + url: https://gitlab.com + username: liranbri + password: "${{secrets.GIT_GITLAB_COM_PASSWORD}}" + +updates: +- package-ecosystem: npm + directory: "/app" + schedule: + interval: daily + open-pull-requests-limit: 10 + ignore: + - dependency-name: handlebars + versions: + - 4.7.6 + registries: + - git-gitlab-com