Skip to content

Add Dependabot configuration for GitHub Actions#374

Merged
oyamad merged 2 commits intomasterfrom
copilot/setup-dependabot-configuration
Dec 19, 2025
Merged

Add Dependabot configuration for GitHub Actions#374
oyamad merged 2 commits intomasterfrom
copilot/setup-dependabot-configuration

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 19, 2025

Adds automated dependency management for GitHub Actions to keep workflow dependencies up to date with security patches and new features.

Changes

  • Created .github/dependabot.yml with weekly update schedule for GitHub Actions
  • Configured to monitor all workflows: CI, documentation, TagBot, and CompatHelper
  • Set limit of 10 concurrent PRs to prevent overwhelming maintainers

Monitored Actions

Dependabot will now track updates for:

  • actions/checkout@v4
  • julia-actions/* (setup-julia, cache, buildpkg, runtest, processcoverage)
  • codecov/codecov-action@v5
  • JuliaRegistries/TagBot@v1

Dependabot will automatically create PRs with changelogs when updates are available.

Original prompt

This section details on the original issue you should resolve

<issue_title>CI: Set up Dependabot configuration for GitHub Actions</issue_title>
<issue_description>Set up Dependabot to automatically check for and update dependencies.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: oyamad <7353083+oyamad@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Dependabot configuration for GitHub Actions Add Dependabot configuration for GitHub Actions Dec 19, 2025
Copilot AI requested a review from oyamad December 19, 2025 14:21
@oyamad oyamad marked this pull request as ready for review December 19, 2025 14:21
@oyamad oyamad merged commit 2f3a501 into master Dec 19, 2025
10 checks passed
@oyamad oyamad deleted the copilot/setup-dependabot-configuration branch December 19, 2025 14:29
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.

CI: Set up Dependabot configuration for GitHub Actions

2 participants