Commit a72bcb2
authored
chore: add dependabot to automate dependency updates (#178)
Adds dependabot configuration to keep dependencies current. Current controller-runtime (v0.17.2) and k8s.io dependencies (v0.29.x) are behind upstream releases (controller-runtime v0.22.4, Kubernetes v1.34.1).
Dependabot will create daily PRs for Go modules and GitHub Actions, and weekly PRs for Docker base images. Kubernetes dependencies are grouped to reduce PR noise.
Example of PRs created by dependabot in operator-framework repositories: [PRs](https://github.com/operator-framework/operator-controller/pulls?q=dependabot+assignee%3Aanik120)
See [dependabot docs](https://docs.github.com/en/code-security/dependabot/working-with-dependabot) for more info.
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
Approved-by: VaishnaviHire
Approved-by: nathan-weinberg1 parent 0b716f2 commit a72bcb2
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments