We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ce6a8 commit 117fc42Copy full SHA for 117fc42
1 file changed
.github/workflows/helm-docs-updates.yml
@@ -0,0 +1,25 @@
1
+name: Update HELM docs for Renovate & Dependabot
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - master
7
+ - dev
8
+ - bugfix
9
+ - release/**
10
+ - hotfix/**
11
12
+jobs:
13
+ docs_updates:
14
+ name: Update documentation
15
+ runs-on: ubuntu-latest
16
+ if: startsWith(github.head_ref, 'renovate/') or startsWith(github.head_ref, 'dependabot/')
17
+ steps:
18
+ - name: Checkout
19
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
21
+ - name: Run helm-docs
22
+ uses: losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
23
+ with:
24
+ chart-search-root: "helm/defectdojo"
25
+ git-push: true
0 commit comments