Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure dependabot #157

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Configure dependabot #157

merged 1 commit into from
Jul 29, 2024

Conversation

aminh-tran
Copy link
Contributor

@aminh-tran aminh-tran commented Jul 29, 2024

Fixes https://github.com/Shopify/services/issues/6240

measured doesn't have Dependabot set up. This PR adds the configuration for dependabot

I basically just copied the .github/dependabot.yml in the ticket (but set schedule interval to weekly instead of daily)

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: daily      // I changed this to weekly
    open-pull-requests-limit: 100
    insecure-external-code-execution: allow
    registries: "*"

@aminh-tran aminh-tran self-assigned this Jul 29, 2024
@aminh-tran
Copy link
Contributor Author

/shipit

@aminh-tran aminh-tran merged commit 6551534 into main Jul 29, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants