🤖 ci: Configure Dependabot for Security Updates (#4134)

This commit is contained in:
Danny Avila 2024-09-19 18:11:06 -04:00 committed by GitHub
parent 3ea2d908e0
commit 33f80cd70c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

41
.github/workflows/dependabot.yml vendored Normal file
View file

@ -0,0 +1,41 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
versioning-strategy: auto
allow:
- dependency-type: "direct"
security-updates-only: true
- package-ecosystem: "npm"
directory: "/api"
schedule:
interval: "daily"
open-pull-requests-limit: 10
versioning-strategy: auto
allow:
- dependency-type: "direct"
security-updates-only: true
- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "daily"
open-pull-requests-limit: 10
versioning-strategy: auto
allow:
- dependency-type: "direct"
security-updates-only: true
- package-ecosystem: "npm"
directory: "/packages/data-provider"
schedule:
interval: "daily"
open-pull-requests-limit: 10
versioning-strategy: auto
allow:
- dependency-type: "direct"
security-updates-only: true