Skip to content

chore: standardize npm dependabot config with dev/prod groups#108

Closed
willfarrell wants to merge 1 commit into
developfrom
fix/dependabot-groups
Closed

chore: standardize npm dependabot config with dev/prod groups#108
willfarrell wants to merge 1 commit into
developfrom
fix/dependabot-groups

Conversation

@willfarrell
Copy link
Copy Markdown
Owner

Summary

Apply consistent dependabot npm configuration across repos:

  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: "weekly"
    cooldown-period: 15
    groups:
      dev-dependencies:
        dependency-type: "development"
        update-types:
          - "minor"
          - "patch"
      prod-dependencies:
        dependency-type: "production"
        update-types:
          - "patch"
  • Group dev dependencies (minor + patch) and prod dependencies (patch only) into batched PRs
  • Use cooldown-period: 15 days consistently (was previously missing, cooldown-period: 15, or nested cooldown: default-days: 15)

Test plan

  • Verify dependabot parses config without errors
  • Verify next dependabot run produces grouped dev-dependencies / prod-dependencies PRs

@willfarrell willfarrell deleted the fix/dependabot-groups branch April 18, 2026 22:13
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.

1 participant