Add dependabot configuration for GitHub Actions and Composer

This commit is contained in:
Till Krüss
2026-06-02 10:18:37 -07:00
committed by GitHub
parent 135b405eae
commit 5d1d9fdf11
+20
View File
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "composer"
directory: /
schedule:
interval: "monthly"
groups:
composer-minor:
update-types:
- "minor"
- "patch"