From 3cbe3ce8233a0ab215524189ad887bae0f6d2bcd Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Thu, 18 Jan 2024 11:57:25 +0100 Subject: [PATCH 1/3] USe same indent size as in secureCodeBox repo Signed-off-by: Sven Strittmatter --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index be0ff708..f84a7903 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,4 +9,4 @@ end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space -indent_size = 4 +indent_size = 2 From 81e2ce60eec473e270971d61e423cbf7aa4ef1d9 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Thu, 18 Jan 2024 11:58:49 +0100 Subject: [PATCH 2/3] Reformatting Signed-off-by: Sven Strittmatter --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cec2c5c..efa49578 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,11 @@ updates: directory: "/" schedule: interval: "weekly" - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/workflows" - schedule: - interval: "weekly" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/.github/workflows" + schedule: + interval: "weekly" From e0d96dd51f62eed34c02da9fee2789da12b5ccf6 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Thu, 18 Jan 2024 11:59:42 +0100 Subject: [PATCH 3/3] Since we use Maven we should use this in Dependabot Signed-off-by: Sven Strittmatter --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index efa49578..4ec23c01 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "gradle" + - package-ecosystem: "maven" directory: "/" schedule: interval: "weekly"