Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 11, 2025

This PR migrates the Renovate configuration from the deprecated config:base preset to the modern config:recommended preset and adds explicit support for GitHub Actions dependency management.

Changes Made

  • Updated renovate.json to use config:recommended instead of config:base
  • Added explicit GitHub Actions support with "github-actions": {"enabled": true}
  • Configured dependency grouping to bundle GitHub Actions updates together

Why These Changes Are Needed

The Dependency Dashboard issue identified that Renovate was detecting GitHub Actions dependencies in our workflows but the configuration migration was needed to properly manage them:

Detected Dependencies:

  • actions/checkout@v5 (used in both workflows)
  • ahmadnassri/action-dependabot-auto-merge@v2
  • gitleaks/gitleaks-action@v2

Configuration Issues:

  • The old config:base preset is deprecated
  • GitHub Actions dependency management was not explicitly enabled
  • No grouping configuration for cleaner dependency updates

Result

With this configuration, Renovate will now:

  • Properly detect and manage GitHub Actions dependencies in .github/workflows/
  • Create grouped PRs for GitHub Actions updates instead of individual PRs
  • Work alongside the existing Dependabot configuration for gitsubmodules

The configuration maintains separation of concerns - Renovate handles GitHub Actions while Dependabot continues to handle gitsubmodules.

Fixes #946.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link
Contributor Author

Copilot AI commented Sep 11, 2025

@Gravifer 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Co-authored-by: Gravifer <44160838+Gravifer@users.noreply.github.com>
Copilot AI changed the title [WIP] Dependency Dashboard Migrate Renovate configuration to support GitHub Actions dependency management Sep 11, 2025
Copilot AI requested a review from Gravifer September 11, 2025 06:23
Copilot finished work on behalf of Gravifer September 11, 2025 06:23
@Gravifer Gravifer marked this pull request as ready for review September 11, 2025 06:25
@Gravifer Gravifer merged commit 4728c3c into main Sep 11, 2025
8 checks passed
@Gravifer Gravifer deleted the copilot/fix-946 branch September 11, 2025 06:26
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.

Dependency Dashboard

2 participants