Skip to content

Conversation

gionn
Copy link
Member

@gionn gionn commented Oct 7, 2025

Checklist

Description

The exclude-paths is a tentative workaround for dependabot/dependabot-core#13241

@gionn gionn marked this pull request as ready for review October 7, 2025 13:50
@gionn gionn requested a review from a team as a code owner October 7, 2025 13:50
@Copilot Copilot AI review requested due to automatic review settings October 7, 2025 13:50
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modifies Dependabot configuration to use a directories-based approach for GitHub Actions instead of generating individual sections for each action. It removes the automated script-based generation system and replaces it with a manual configuration that uses directory wildcards.

  • Replaced script-generated Dependabot configuration with a simplified directories approach using wildcards
  • Removed the automated dependabot generation script and related pre-commit hook
  • Eliminated the dependabot-missing-actions-check from the test workflow

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/dependabot.yml Replaced hundreds of individual action sections with a single configuration using directories wildcards and exclude-paths
update-dependabot.sh Removed the entire script that automatically generated Dependabot configurations for each action
.pre-commit-config.yaml Removed the pre-commit hook that ran the dependabot generation script
.github/workflows/test.yml Removed the dependabot-missing-actions-check step from the test workflow
.github/dependabot.template.yml Removed the template file that was used for generating the final configuration

@gionn gionn merged commit 798a456 into master Oct 8, 2025
12 checks passed
@gionn gionn deleted the OPSEXP-3555-test-dependabot-directories branch October 8, 2025 13:07
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