mirror of
https://github.com/timerring/bilive.git
synced 2026-09-02 19:03:47 +08:00
ci: add dependabot (#305)
This commit is contained in:
16
.github/dependbot.yml
vendored
Normal file
16
.github/dependbot.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user