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:22:54 +01:00
committed by GitHub
parent 1b9a80c056
commit 31b7155ea9

View File

@@ -3,19 +3,27 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "sunday"
labels:
- "dependencies"
groups:
github-actions:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "sunday"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
labels:
- "dependencies"
groups:
npm:
applies-to: version-updates
patterns:
- "*"