From a186137ec72154c5ff0187dce3124bc283767312 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:21:36 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7178d21 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +version: 2 +registries: + git-github-com: + type: git + url: https://github.com + username: x-access-token + password: "${{secrets.GIT_GITHUB_COM_PASSWORD}}" + +updates: +- package-ecosystem: mix + directory: "/" + schedule: + interval: daily + time: "11:00" + open-pull-requests-limit: 10 + ignore: + - dependency-name: ex_doc + versions: + - 0.23.0 + - 0.24.0 + - 0.24.1 + - dependency-name: excoveralls + versions: + - 0.13.4 + registries: + - git-github-com