From 3d57066bb2bfdd198107c4f4a690208ecfe0ae40 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 8 Jan 2022 17:58:27 +0800 Subject: [PATCH 1/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f324ca --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Colinx-Blog +Colin's Personal Blog http://blog.colinx.one From 867ed5d2c9870b15140d010f6a5d3c34c61c6304 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 8 Jan 2022 18:03:49 +0800 Subject: [PATCH 2/2] Create dependabot.yml --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..be8a537 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + +# Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" +