Skip to content

Add Dependabot config for GitHub Actions#28

Merged
oalders merged 1 commit into
masterfrom
http-date-ci
Jun 25, 2026
Merged

Add Dependabot config for GitHub Actions#28
oalders merged 1 commit into
masterfrom
http-date-ci

Conversation

@oalders

@oalders oalders commented Jun 25, 2026

Copy link
Copy Markdown
Member

Summary

Adds .github/dependabot.yml to keep GitHub Actions up to date.

  • Two groups for the github-actions ecosystem:
    • major-updates — batches coordinated major bumps (e.g. upload-artifact/download-artifact) so paired releases land atomically
    • minor-and-patch — a single rolling PR for routine minor/patch bumps
  • 7-day cooldown (default-days: 7) so a broken release can be yanked or patched before a PR opens
  • Weekly schedule

Notes

Generated via the tune-dependabot-config skill. No prior config existed; this is GitHub-Actions-only since the dist has no other tracked package manifest.

🤖 Generated with Claude Code

Group minor/patch action bumps into a single rolling PR and batch
coordinated major bumps separately, with a 7-day cooldown so broken
releases get yanked before a PR opens.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@oalders oalders merged commit 4c36a92 into master Jun 25, 2026
2 of 3 checks passed
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