From 9b0117bd4978572bd9461c1509562502148c48e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Fri, 17 Feb 2023 05:47:03 +0100 Subject: [PATCH] chore: update deps & add skip ci to renovate.json & delete .editorconfig --- .editorconfig | 19 ------------------- go.mod | 2 +- go.sum | 4 ++-- renovate.json | 3 ++- 4 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 5afadd1..0000000 --- a/.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -root = true - -[*] -indent_style = tab -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = false -insert_final_newline = false - -[*.go] -indent_style = tab - -[*.{yaml,yml}] -indent_style = space -indent_size = 2 - -[*.json] -indent_style = space -indent_size = 4 diff --git a/go.mod b/go.mod index e9e45af..cd86d66 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/uptrace/bun/dbfixture v1.1.11 github.com/uptrace/bun/dialect/pgdialect v1.1.11 github.com/uptrace/bun/driver/pgdriver v1.1.11 - github.com/urfave/cli/v2 v2.24.3 + github.com/urfave/cli/v2 v2.24.4 go.uber.org/zap v1.24.0 ) diff --git a/go.sum b/go.sum index 65289f8..7a80057 100644 --- a/go.sum +++ b/go.sum @@ -151,8 +151,8 @@ github.com/uptrace/bun/dialect/pgdialect v1.1.11/go.mod h1:orzsx6UwNnSaTTELzLqc/ github.com/uptrace/bun/driver/pgdriver v1.1.11 h1:0oKNY3cBuIs6wHCJP2IpUw5wPoeUa8oIDEvIdei+sDI= github.com/uptrace/bun/driver/pgdriver v1.1.11/go.mod h1:c5x3/2B63Vw876N1GjWJbqQOE3k68+8abMc428PKG18= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= -github.com/urfave/cli/v2 v2.24.3 h1:7Q1w8VN8yE0MJEHP06bv89PjYsN4IHWED2s1v/Zlfm0= -github.com/urfave/cli/v2 v2.24.3/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc= +github.com/urfave/cli/v2 v2.24.4 h1:0gyJJEBYtCV87zI/x2nZCPyDxD51K6xM8SkwjHFCNEU= +github.com/urfave/cli/v2 v2.24.4/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc= github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE= github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU= github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU= diff --git a/renovate.json b/renovate.json index c686477..c3e1a27 100644 --- a/renovate.json +++ b/renovate.json @@ -13,5 +13,6 @@ ], "ignorePaths": [ ".drone.yml" - ] + ], + "commitBody": "[skip ci]" }