From aeb527a10e7619144623ef67c53530c43c07ed92 Mon Sep 17 00:00:00 2001 From: lianglianglee Date: Tue, 4 Apr 2023 23:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 7 ------- .gitmodules | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 .github/dependabot.yml create mode 100644 .gitmodules diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 93385d9..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 20 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..21b8808 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/keep"] + path = themes/keep + url = https://github.com/XPoet/hexo-theme-keep.git \ No newline at end of file