Add Dependabot config file

为项目启用 Dependabot,自动更新依赖项版本;
This commit is contained in:
muzing 2023-12-08 09:19:11 +08:00
parent 6f8cd95b4b
commit aadc437e94

8
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,8 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"