Skip to content

Commit

Permalink
chore: bump ct action version (#106)
Browse files Browse the repository at this point in the history
* chore: bump ct action version

* chore: add kodiak
  • Loading branch information
markphelps authored Oct 31, 2023
1 parent a53e62e commit cc13992
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/.kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# .kodiak.toml
version = 1

[approve]
auto_approve_usernames = ["dependabot"]

[update]
always = true
ignored_usernames = ["dependabot"]

[merge]
method = "squash"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc13992

Please sign in to comment.