aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-03-15 14:42:58 +0800
committerGitHub <noreply@github.com>2025-03-15 14:42:58 +0800
commitafc2e7a45fcd143b7f761ec4cf38ec8e1df183b4 (patch)
tree694d2974ba8849304271ab6ee2875aa8d3281b7a
parenteb00c504f1fae5f0301adf25011e98cbb78cc79d (diff)
parent833cee28ddbf6c3d50c2cdd68635993b36478d3d (diff)
downloadconventional_role_play-afc2e7a45fcd143b7f761ec4cf38ec8e1df183b4.tar.gz
conventional_role_play-afc2e7a45fcd143b7f761ec4cf38ec8e1df183b4.zip
Merge branch 'main' into main
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..9b2c249
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
+version: 2
+updates:
+ - package-ecosystem: "pip" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"
+ - package-ecosystem: "cargo" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"