[Feature] Add GitHub Dependabot scanning (runs once a month) #46

Merged
CaseyLabs merged 3 commits from feature/add-dependabot-scanning into main 2026-04-10 12:40:49 +08:00
Showing only changes of commit 960d4a0910 - Show all commits

View File

@@ -4,13 +4,34 @@ updates:
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "chore(deps)"
include: "scope"
groups:
minor-and-patch:
patterns: ["*"]
update-types: ["minor", "patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "chore(deps)"
include: "scope"
groups:
minor-and-patch:
patterns: ["*"]
update-types: ["minor", "patch"]
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "chore(deps)"
include: "scope"
groups:
minor-and-patch:
patterns: ["*"]
update-types: ["minor", "patch"]