aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <admin@jyunko.cn>2023-04-28 22:57:10 +0800
committerGitHub <noreply@github.com>2023-04-28 22:57:10 +0800
commitde0acf2763aa0019e4417aba7d042fb9df31196e (patch)
treee1e46a66cfe40ca45c8d15738083df39524afce3
parent9592db0c381de592fe5d5110feecff225e822a6d (diff)
downloadHydroRoll-de0acf2763aa0019e4417aba7d042fb9df31196e.tar.gz
HydroRoll-de0acf2763aa0019e4417aba7d042fb9df31196e.zip
Create dependabot.yml
-rw-r--r--.github/dependabot.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..ba5ffa3
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,18 @@
+# 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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+ - package-ecosystem: "yarn" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"
+
+version: 2
+updates:
+ - package-ecosystem: "poetry" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"