From d9bb9e4427da2f4c18752f868276c3b05ef4add8 Mon Sep 17 00:00:00 2001 From: Belajar Powershell <73632767+belajarpowershell@users.noreply.github.com> Date: Sun, 2 Jun 2024 02:14:51 +0000 Subject: [PATCH] some changes --- .devcontainer/post-install.sh | 3 +++ .github/dependabot.yml | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .devcontainer/post-install.sh create mode 100644 .github/dependabot.yml diff --git a/.devcontainer/post-install.sh b/.devcontainer/post-install.sh new file mode 100644 index 0000000..af4e784 --- /dev/null +++ b/.devcontainer/post-install.sh @@ -0,0 +1,3 @@ +pip install mkdocs-table-reader-plugin +pip install mkdocs-roamlinks-plugin +mkdocs serve -a 0.0.0.0:3000 \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f33a02c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# 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 more information: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://containers.dev/guide/dependabot + +version: 2 +updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly