Commit 890b5c7
committed
chore(deps): enable Go toolchain updates in Dependabot
Configure Dependabot to track Go toolchain versions in addition to
Go module dependencies. This ensures stdlib CVEs are caught and fixed
automatically via Dependabot PRs.
Changes:
- Set interval to "daily" (was "weekly") for faster security response
- Add "allow: dependency-type: all" to enable Go toolchain tracking
- Apply to both root and examples/sdk/helm-template directories
Context:
Previously, Dependabot only tracked Go module dependencies (like
github.com/opencontainers/selinux) but not the Go version itself.
This meant stdlib CVEs in go.mod (e.g., go 1.24.6 → 1.24.9) were
not automatically detected.
With this change, Dependabot will create PRs for Go version updates
when new patch releases contain security fixes.
Related: replicated-collab/git-guardian-kots#2871 parent e9111ed commit 890b5c7
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments