diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..33c56ff --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "alexrashed" + labels: + - "area: dependencies" + groups: + github-actions: + patterns: + - "*" diff --git a/.github/workflows/chart-lint-test-release.yaml b/.github/workflows/chart-lint-test-release.yaml index f2ac4e4..f8aaf97 100644 --- a/.github/workflows/chart-lint-test-release.yaml +++ b/.github/workflows/chart-lint-test-release.yaml @@ -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 @@ -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/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: