Skip to content

Commit

Permalink
add Dependabot (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed authored Jan 11, 2024
1 parent f1f0a07 commit a97b28f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "alexrashed"
labels:
- "area: dependencies"
groups:
github-actions:
patterns:
- "*"
5 changes: 2 additions & 3 deletions .github/workflows/chart-lint-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -82,8 +82,7 @@ jobs:
done
- name: Run chart-releaser
# TODO pin version here once https://github.com/helm/chart-releaser-action/pull/134 is released
uses: helm/chart-releaser-action@main
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit a97b28f

Please sign in to comment.