From a97b28f1c078ca8d5eac3ab314ce9e38caea9616 Mon Sep 17 00:00:00 2001 From: Alexander Rashed <2796604+alexrashed@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:25:04 +0100 Subject: [PATCH] add Dependabot (#106) --- .github/dependabot.yml | 14 ++++++++++++++ .github/workflows/chart-lint-test-release.yaml | 5 ++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .github/dependabot.yml 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: