Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Jul 18, 2025

Updates the Renovate configuration to align with security best practices for dependency management and GitHub Action digest pinning.

Changes Made

  • Replaced config:recommended with config:best-practices in the extends array
  • Added helpers:pinGitHubActionDigestsToSemver to the extends array for GitHub Action digest pinning

Before

"extends": ["config:recommended"],

After

"extends": ["config:best-practices", "helpers:pinGitHubActionDigestsToSemver"],

This change improves the project's security posture by:

  • Using Renovate's best practices configuration instead of the basic recommended config
  • Enabling automatic pinning of GitHub Action digests to semver for better supply chain security

Related to the OpenTelemetry JS security scorecard findings at https://scorecard.dev/viewer/?uri=github.com/open-telemetry/opentelemetry-js

Fixes #46.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

…ractices and add helpers:pinGitHubActionDigestsToSemver

Co-authored-by: trask <[email protected]>
@Copilot Copilot AI changed the title [WIP] Pin versions if using Renovate Pin versions if using Renovate: Update config to best practices Jul 18, 2025
@Copilot Copilot AI requested a review from trask July 18, 2025 00:33
Copilot finished work on behalf of trask July 18, 2025 00:33
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.

Pin versions if using Renovate

2 participants