Skip to content

Commit 2faecdf

Browse files
authored
Merge pull request #402 from azimuth-cloud/dependabot-gha-actions
.github/dependabot.yml: Remove GitHub actions from dependabot
2 parents fee32b3 + 2b183f5 commit 2faecdf

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: 2
44

55
updates:
6-
# Automatically propose PRs for out-of-date GitHub actions
6+
# Using dependabot for all GHA violates pinning policy
77
- package-ecosystem: github-actions
88
directory: "/"
99
schedule:
@@ -16,6 +16,10 @@ updates:
1616
labels:
1717
- automation
1818
- gha-update
19+
# Only allow updates for actions maintained by GitHub
20+
allow:
21+
- dependency-name: "actions/*"
22+
- dependency-name: "github-actions/*"
1923

2024
# Automatically propose PRs for Python dependencies
2125
- package-ecosystem: pip

.github/workflows/helm-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Run manifest snapshot test
4343
run: |
44-
docker run -i --rm --user $(id -u) \
44+
docker run -i --rm \
4545
-v $(pwd):/apps \
4646
helmunittest/helm-unittest \
4747
charts/operator

0 commit comments

Comments
 (0)