Skip to content

chore: add dependabot configuration for GitHub Actions updates#1714

Merged
eloi010 merged 1 commit intomasterfrom
add-dependabot-versions-gh-actions
Feb 11, 2026
Merged

chore: add dependabot configuration for GitHub Actions updates#1714
eloi010 merged 1 commit intomasterfrom
add-dependabot-versions-gh-actions

Conversation

@eloi010
Copy link
Copy Markdown
Collaborator

@eloi010 eloi010 commented Feb 11, 2026

Description

Adding Dependabot updates for GitHub Actions.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I did not modify files generated from templates
  • golangci-lint does not output errors locally
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Note

Low Risk
Only adds Dependabot configuration; no production code or runtime behavior changes, but it will create automated dependency update PRs for workflow actions.

Overview
Adds a new .github/dependabot.yml to enable weekly Dependabot updates for GitHub Actions used in workflows.

Updates are limited to 5 open PRs, assigned/labeled consistently, use a deps(actions) commit prefix, group core (actions/*, github/*) vs third-party action updates for minor/patch bumps, and enforce a 7-day cooldown between update PRs.

Written by Cursor Bugbot for commit 75a9951. This will update automatically on new commits. Configure here.

Copy link
Copy Markdown
Contributor

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 adds Dependabot automation for GitHub Actions dependency updates. The configuration enables weekly automated updates on Mondays at 03:00 UTC, with intelligent grouping of minor and patch updates to reduce PR noise.

Changes:

  • Adds .github/dependabot.yml to enable automated GitHub Actions dependency updates

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

@eloi010 eloi010 merged commit 2beb826 into master Feb 11, 2026
19 checks passed
@eloi010 eloi010 deleted the add-dependabot-versions-gh-actions branch February 11, 2026 19:33
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