From 678afa77f7c5261669cdcea0612033299c0f8016 Mon Sep 17 00:00:00 2001 From: zu1k <42370281+zu1k@users.noreply.github.com> Date: Sun, 19 Jul 2020 08:00:20 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efd807f..8234d91 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@
-#### [中文文档](https://github.com/zu1k/nali/blob/master/README_sh-CN.md) +#### [中文文档](https://github.com/zu1k/nali/blob/master/README_zh-CN.md) ## Feature From d63870898e68e6f0a2c400ea4f1706190ea23ca3 Mon Sep 17 00:00:00 2001 From: zu1k <42370281+zu1k@users.noreply.github.com> Date: Sun, 19 Jul 2020 08:31:47 +0800 Subject: [PATCH 2/5] Create dependabot.yml --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d62814f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily From fc6e29f1edc77c043789cfd523ce90b3d11bdffd Mon Sep 17 00:00:00 2001 From: zu1k <42370281+zu1k@users.noreply.github.com> Date: Sun, 19 Jul 2020 09:29:26 +0800 Subject: [PATCH 3/5] Update dependabot.yml --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d62814f..1c76ef6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,5 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily + interval: "daily" + From 1a54dc91910d22ea42361da667599c61033b0037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2020 01:31:11 +0000 Subject: [PATCH 4/5] Update actions/checkout requirement to v2.3.1 Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b) Signed-off-by: dependabot[bot]