tercul-backend/.github/dependabot.yml
Damir Mukimov 4876c3d9db
Update GitHub Actions workflows to 2025 best practices
- Updated all actions to latest versions with SHA pinning
- Added security enhancements: CodeQL scans, artifact attestations, OIDC
- Enabled caching, multi-platform Docker builds
- Added Dependabot configuration for automated updates
- Improved matrix testing across Go versions 1.22-1.25
2025-11-27 04:14:17 +01:00

17 lines
333 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
include: "scope"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
include: "scope"