Skip to content

Commit

Permalink
ci: fix failing lint-test job (#75)
Browse files Browse the repository at this point in the history
* chore: add dependabot config

* chore: bump helm/chart-testing-action
  • Loading branch information
jpadilla authored Nov 3, 2023
1 parent 4922d85 commit 42956a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down

0 comments on commit 42956a2

Please sign in to comment.