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

Hardcode all packages under dependabot config #18

Merged
merged 3 commits into from Nov 1, 2022
Merged

Commits on Nov 1, 2022

  1. Hardcode all packages under dependabot config

    Dependabot doesn't inheretly find all nested package.json, and in this
    case it's complaining it can't find any [1]. It also doesn't support
    wildcards, so the hack scripts options to handle that are complex [2].
    
    We could add some generate/lint rules to ensure the dependabot
    configuration is up to date, but that seems overkill for this repo.
    
    1: https://github.com/bufbuild/connect-web-integration/network/updates/496698197
    2: dependabot/dependabot-core#2178 (comment)
    rubensf committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    312fafb View commit details
    Browse the repository at this point in the history
  2. alphabetic order

    rubensf committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    93314d2 View commit details
    Browse the repository at this point in the history
  3. interval

    rubensf committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8b3b227 View commit details
    Browse the repository at this point in the history