From 0e798c2e77bbe711d23490c64418099b3be72269 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 May 2026 06:35:20 +0000 Subject: [PATCH 1/3] chore(package): update actions/checkout action to v6 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f60c218..07570b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: # checkout repo - name: "checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" with: fetch-depth: 0 From a27c4156d9de8f28180046bb134033e56325b2db Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 27 May 2026 14:24:22 +0200 Subject: [PATCH 2/3] chore: add .editorconfig and .gitattributes --- .editorconfig | 18 ++++++++++++++++++ .gitattributes | 1 + 2 files changed, 19 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c33f4d4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = space +indent_size = 2 + +[*.go] +indent_style = tab + +[Makefile] +indent_style = tab + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf From bea2dc233496aa124060cea5ef899074a6f36669 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 May 2026 06:35:20 +0000 Subject: [PATCH 3/3] chore(package): update actions/checkout action to v6 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f60c218..07570b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: # checkout repo - name: "checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" with: fetch-depth: 0