We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e266cd5 commit 1f56212Copy full SHA for 1f56212
.github/dependabot.yml
@@ -26,3 +26,16 @@ updates:
26
github-actions-dependencies:
27
patterns:
28
- "*"
29
+
30
+ - package-ecosystem: helm
31
+ open-pull-requests-limit: 20
32
+ directories:
33
+ - "/tests/charts/*/*"
34
+ schedule:
35
+ interval: weekly
36
+ day: friday
37
+ time: "04:00"
38
+ groups:
39
+ helm-dependencies:
40
+ patterns:
41
+ - "*"
actions/helm/generate-docs/action.yml
@@ -57,7 +57,6 @@ runs:
57
uses: creyD/prettier_action@8c18391fdc98ed0d884c6345f03975edac71b8f0 # v4.6
58
with:
59
prettier_options: --write ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
60
- only_changed: true
61
no_commit: true
62
working_directory: ${{ steps.prepare-variables.outputs.working-directory }}
63
0 commit comments