Skip to content

Conversation

outslept
Copy link

@outslept outslept commented Sep 6, 2025

closes #108

I was afraid to turn automerge on. Even tho most deps are reliable the chain that jscodeshift pulls is insane in length 💀

dependabot minimal alternative

# dependabot.yml
version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 3
    versioning-strategy: "increase"
    groups:
      production-dependencies:
        dependency-type: "production"
      development-dependencies:
        dependency-type: "development"

@43081j
Copy link
Contributor

43081j commented Sep 6, 2025

@thepassle do we have a preference on dependabot vs renovate?

i use both (varies per repo i maintain) and they will do the same job here

i wonder if we should use dependabot since its the one github pushes/recommends

@outslept
Copy link
Author

outslept commented Sep 6, 2025

Added dependabot as an alternative to PR desc as well

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.

Add automated dependency updates (e.g. Renovate)

2 participants