ci: update dependabot config

Changed the update schedule for GitHub Actions and npm from weekly to monthly. Added groups for better organization of updates.
This commit is contained in:
Peter Evans
2025-10-06 17:20:53 +01:00
committed by GitHub
parent cf4bfd03e8
commit 59ebb73fe7
+12 -4
View File
@@ -3,19 +3,27 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
labels:
- "dependencies"
groups:
github-actions:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
labels:
- "dependencies"
groups:
npm:
applies-to: version-updates
patterns:
- "*"