Sha256: 22efc934a886254df97ab176c0b94f129382bc37e0693a3c0c52f74ad5301ca6

Contents?: true

Size: 642 Bytes

Versions: 3

Compression:

Stored size: 642 Bytes

Contents

version: 2
registries:
  ruby-shopify:
    type: rubygems-server
    url: https://pkgs.shopify.io/basic/gems/ruby
    username: ${{secrets.RUBYGEMS_SERVER_PKGS_SHOPIFY_IO_USERNAME}}
    password: ${{secrets.RUBYGEMS_SERVER_PKGS_SHOPIFY_IO_PASSWORD}}
  github-com:
    type: git
    url: https://github.com
    username: ${{secrets.DEPENDENCIES_GITHUB_USER}}
    password: ${{secrets.DEPENDENCIES_GITHUB_TOKEN}}
updates:
- package-ecosystem: bundler
  directory: "/"
  schedule:
    interval: "weekly"
    time: "10:00"
    timezone: "America/Toronto"
  open-pull-requests-limit: 100
  insecure-external-code-execution: allow
  registries: "*"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
krane-3.7.0 .github/dependabot.yml
krane-3.6.2 .github/dependabot.yml
krane-3.6.1 .github/dependabot.yml