From 18b505de2120f4ec8a571e80b188cedff2a9bddd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 21:48:54 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9ea2d69 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +registries: + rubygems-server-rubygems-pkg-github-com-consultingmd: + type: rubygems-server + url: https://rubygems.pkg.github.com/consultingmd + username: "${{secrets.RUBYGEMS_SERVER_RUBYGEMS_PKG_GITHUB_COM_CONSULTINGMD_USERNAME}}" + password: "${{secrets.RUBYGEMS_SERVER_RUBYGEMS_PKG_GITHUB_COM_CONSULTINGMD_PASSWORD}}" + rubygems-server-gems-graphql-pro: + type: rubygems-server + url: https://gems.graphql.pro + username: "${{secrets.RUBYGEMS_SERVER_GEMS_GRAPHQL_PRO_USERNAME}}" + password: "${{secrets.RUBYGEMS_SERVER_GEMS_GRAPHQL_PRO_PASSWORD}}" + +updates: +- package-ecosystem: bundler + directory: "/" + schedule: + interval: monthly + time: "07:00" + open-pull-requests-limit: 10 + registries: + - rubygems-server-rubygems-pkg-github-com-consultingmd + - rubygems-server-gems-graphql-pro