Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jun 24, 2021
1 parent f717347 commit 9f7a647
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9f7a647

Please sign in to comment.