Skip to content

Add Dependabot config for weekly GitHub Actions updates#603

Open
Copilot wants to merge 1 commit intomasterfrom
copilot/add-dependabot-settings-again
Open

Add Dependabot config for weekly GitHub Actions updates#603
Copilot wants to merge 1 commit intomasterfrom
copilot/add-dependabot-settings-again

Conversation

Copy link
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"

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.

2 participants