Files
dockerhub-description/.github/dependabot.yml
Peter Evans 31b7155ea9 ci: update dependabot config
Changed the update schedule for GitHub Actions and npm from weekly to monthly. Added groups for better organization of updates.
2025-10-06 17:22:54 +01:00

30 lines
609 B
YAML

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