diff options
| author | 2025-03-15 14:39:08 +0800 | |
|---|---|---|
| committer | 2025-03-15 14:39:08 +0800 | |
| commit | 833cee28ddbf6c3d50c2cdd68635993b36478d3d (patch) | |
| tree | bcdf5a2aa09b77aa9e177104935d7860b77d8691 | |
| parent | eeef7f3ed7209c5f6b8e101d132a91e372a7dd6d (diff) | |
| parent | b07b7bb4d7c46fe72f7126660c0db61482d62b49 (diff) | |
| download | conventional_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.yml | 15 |
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" |
