From cc13992a9e5e6a183c126b54f98fa00be09f9915 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:34:47 -0400 Subject: [PATCH] chore: bump ct action version (#106) * chore: bump ct action version * chore: add kodiak --- .github/.kodiak.toml | 12 ++++++++++++ .github/workflows/test.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/.kodiak.toml diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml new file mode 100644 index 0000000..04a5d67 --- /dev/null +++ b/.github/.kodiak.toml @@ -0,0 +1,12 @@ +# .kodiak.toml +version = 1 + +[approve] +auto_approve_usernames = ["dependabot"] + +[update] +always = true +ignored_usernames = ["dependabot"] + +[merge] +method = "squash" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef8fdb0..bf8a347 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: python-version: 3.7 - 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