Skip to content

Commit 3931dd8

Browse files
authored
Add Dockerfile to Renovate includePaths (#71)
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.
1 parent a505670 commit 3931dd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
".ruby-version",
99
"Gemfile",
1010
"llm-docs-builder.gemspec",
11-
".github/workflows/**"
11+
".github/workflows/**",
12+
"Dockerfile*"
1213
],
1314
"ignorePaths": [
1415
"spec/integrations"

0 commit comments

Comments
 (0)