Skip to content

Add Dependabot configuration #78

@ScottMorris

Description

@ScottMorris

Context

This repo has no Dependabot configuration. Dependencies (npm via pnpm) are updated manually.

Proposal

Add .github/dependabot.yml:

version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "weekly"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"

Acceptance Criteria

  • dependabot.yml committed
  • First batch of Dependabot PRs reviewed and merged/closed

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreMaintenance and housekeepinginfrastructureBuild systems, CI/CD, tooling, and shared infrastructure

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions