Create a dependabot.yml to be explicit about what need to be updated

This commit is contained in:
Pierre Sassoulas 2025-02-04 09:08:07 +01:00
parent 1f2bf02187
commit dde68a73c0
1 changed files with 15 additions and 0 deletions

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

@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"