mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 05:11:34 +00:00
- 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
17 lines
333 B
YAML
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"
|