Add Dependabot configuration for all dependencies

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-01-26 17:02:13 -08:00
parent 1b0fffe99e
commit 9b84206d56

41
.github/workflows/dependabot.yaml vendored Normal file
View File

@@ -0,0 +1,41 @@
version: 2
updates:
# Go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
groups:
go-dependencies:
patterns:
- "*"
# npm packages (root)
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
groups:
npm-dependencies:
patterns:
- "*"
# Docker base images
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
groups:
github-actions:
patterns:
- "*"