Skip to content

Add Dockerfile to Renovate includePaths#71

Merged
mensfeld merged 1 commit intomasterfrom
fix/renovate-dockerfile
Feb 24, 2026
Merged

Add Dockerfile to Renovate includePaths#71
mensfeld merged 1 commit intomasterfrom
fix/renovate-dockerfile

Conversation

@mensfeld
Copy link
Owner

Summary

  • Adds Dockerfile* pattern to Renovate's includePaths configuration
  • Enables automatic dependency updates for Docker images defined in Dockerfiles
  • Dockerfile was previously excluded from Renovate scanning due to the allowlist nature of includePaths

Dockerfile was not being scanned by Renovate because it was not
included in the includePaths allowlist. This adds the Dockerfile*
pattern to enable automatic dependency updates for Docker images.
@mensfeld mensfeld requested a review from Copilot February 24, 2026 13:20
@mensfeld mensfeld self-assigned this Feb 24, 2026
@mensfeld mensfeld merged commit 3931dd8 into master Feb 24, 2026
7 checks passed
@mensfeld mensfeld deleted the fix/renovate-dockerfile branch February 24, 2026 13:20
Copy link

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 updates the repository’s Renovate configuration to allow Renovate to scan Dockerfiles for dependency updates (e.g., base image tags), which were previously excluded due to the allowlist nature of includePaths.

Changes:

  • Add Dockerfile* to Renovate’s includePaths so Dockerfiles are included in Renovate’s scanning scope.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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