ci: add dependabot (#305)

This commit is contained in:
John Howe
2025-04-27 22:20:40 +08:00
committed by GitHub
parent b5f230e785
commit 70b756e72e

16
.github/dependbot.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem
version: 2
updates:
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
- package-ecosystem: "pip"
# Look for a `requirements.txt` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"