We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fee32b3 + 2b183f5 commit 2faecdfCopy full SHA for 2faecdf
2 files changed
.github/dependabot.yml
@@ -3,7 +3,7 @@
3
version: 2
4
5
updates:
6
- # Automatically propose PRs for out-of-date GitHub actions
+ # Using dependabot for all GHA violates pinning policy
7
- package-ecosystem: github-actions
8
directory: "/"
9
schedule:
@@ -16,6 +16,10 @@ updates:
16
labels:
17
- automation
18
- gha-update
19
+ # Only allow updates for actions maintained by GitHub
20
+ allow:
21
+ - dependency-name: "actions/*"
22
+ - dependency-name: "github-actions/*"
23
24
# Automatically propose PRs for Python dependencies
25
- package-ecosystem: pip
.github/workflows/helm-lint.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Run manifest snapshot test
43
run: |
44
- docker run -i --rm --user $(id -u) \
+ docker run -i --rm \
45
-v $(pwd):/apps \
46
helmunittest/helm-unittest \
47
charts/operator
0 commit comments