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" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "monthly"
day: "sunday" day: "sunday"
labels: labels:
- "dependencies" - "dependencies"
groups:
github-actions:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "monthly"
day: "sunday" day: "sunday"
ignore: ignore:
- dependency-name: "*" - dependency-name: "*"
update-types: ["version-update:semver-major"] update-types: ["version-update:semver-major"]
labels: labels:
- "dependencies" - "dependencies"
groups:
npm:
applies-to: version-updates
patterns:
- "*"