Skip to content

Add Dependabot config for weekly GitHub Actions updates#603

Merged
ComradeCow merged 1 commit intomasterfrom
copilot/add-dependabot-settings-again
Mar 27, 2026
Merged

Add Dependabot config for weekly GitHub Actions updates#603
ComradeCow merged 1 commit intomasterfrom
copilot/add-dependabot-settings-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 24, 2026

No Dependabot configuration existed, leaving GitHub Actions pinned versions unmanaged.

Changes

  • Adds .github/dependabot.yml targeting the github-actions ecosystem with a weekly check interval
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

@ComradeCow ComradeCow merged commit 0e6552c into master Mar 27, 2026
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.

3 participants