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