Update dependabot.yml

This commit is contained in:
Liam Newman 2024-06-29 16:05:29 -07:00 committed by GitHub
parent 538a59f970
commit 730ced41fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,19 @@ version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
rebase-strategy: "disabled"
schedule:
interval: "weekly"
open-pull-requests-limit: 15
- package-ecosystem: "pip" # See documentation for possible values
directory: "/python" # Location of package manifests
rebase-strategy: "disabled"
schedule:
interval: "weekly"
open-pull-requests-limit: 15
- package-ecosystem: "github-actions"
directory: "/"
rebase-strategy: "disabled"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"