From 9f7a6473f6246879102dff182e8c8c54b1e510bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 16:07:26 +0200 Subject: [PATCH] Upgrade to GitHub-native Dependabot (#16) --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ff92e62 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +registries: + rubygems-server-gem-fury-io-blendle: + type: rubygems-server + url: https://gem.fury.io/blendle/ + token: "${{secrets.RUBYGEMS_SERVER_GEM_FURY_IO_BLENDLE_TOKEN}}" + rubygems-server-gems-contribsys-com: + type: rubygems-server + url: https://gems.contribsys.com/ + username: "${{secrets.RUBYGEMS_SERVER_GEMS_CONTRIBSYS_COM_USERNAME}}" + password: "${{secrets.RUBYGEMS_SERVER_GEMS_CONTRIBSYS_COM_PASSWORD}}" + +updates: +- package-ecosystem: bundler + directory: "/" + schedule: + interval: monthly + time: "04:00" + open-pull-requests-limit: 15 + registries: + - rubygems-server-gem-fury-io-blendle + - rubygems-server-gems-contribsys-com