From fbf36a77ea4e65bc4c940e387facde9a710b81f9 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:06:39 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..79b979d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +version: 2 +registries: + hex-organization-invisionag: + type: hex-organization + organization: invisionag + key: "${{secrets.HEX_ORGANIZATION_INVISIONAG_KEY}}" + +updates: +- package-ecosystem: mix + directory: "/" + schedule: + interval: weekly + pull-request-branch-name: + separator: "-" + open-pull-requests-limit: 10 + ignore: + - dependency-name: amqp + versions: + - 2.0.0 + - 2.1.0 + - dependency-name: credo + versions: + - 1.5.5 + registries: + - hex-organization-invisionag