Skip to content

chore: Configure Dependabot#35

Merged
smockle merged 1 commit intomainfrom
smockle/configure-dependabot
Jan 14, 2026
Merged

chore: Configure Dependabot#35
smockle merged 1 commit intomainfrom
smockle/configure-dependabot

Conversation

@smockle
Copy link
Contributor

@smockle smockle commented Jan 14, 2026

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces Dependabot configuration to automate dependency updates for both npm packages and GitHub Actions. The configuration groups minor and patch npm updates into a single PR while keeping major versions and security updates separate, and groups all GitHub Actions updates together.

Changes:

  • Added Dependabot configuration file with weekly update schedules for npm packages and GitHub Actions
  • Configured npm updates to group minor/patch versions while separating major versions and security updates
  • Configured GitHub Actions updates to be grouped into aggregate PRs
Comments suppressed due to low confidence (1)

.github/dependabot.yml:20

  • The "directories" field should be "directory" (singular) in Dependabot configuration. Each package ecosystem update configuration expects a single directory path specified with "directory", not "directories".
    directories:
      - "/"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@smockle smockle merged commit aa3bc8f into main Jan 14, 2026
10 checks passed
@smockle smockle deleted the smockle/configure-dependabot branch January 14, 2026 20:58
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.

3 participants