aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-03-15 14:39:08 +0800
committerGitHub <noreply@github.com>2025-03-15 14:39:08 +0800
commit833cee28ddbf6c3d50c2cdd68635993b36478d3d (patch)
treebcdf5a2aa09b77aa9e177104935d7860b77d8691
parenteeef7f3ed7209c5f6b8e101d132a91e372a7dd6d (diff)
parentb07b7bb4d7c46fe72f7126660c0db61482d62b49 (diff)
downloadconventional_role_play-833cee28ddbf6c3d50c2cdd68635993b36478d3d.tar.gz
conventional_role_play-833cee28ddbf6c3d50c2cdd68635993b36478d3d.zip
Merge pull request #3 from HydroRoll-Team/HsiangNianian-patch-1
security: create dependabot.yml
-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"