Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-dependencies:
name: Update Go version, Helm charts dependencies and Hauler manifest
name: Update Rust toolchain, Helm chart dependencies and Hauler manifest
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion updatecli/DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ All dependency updates are consolidated into a single weekly workflow.
Runs weekly (Monday 3:30 AM) via `.github/workflows/update-dependencies.yaml` using `update-deps.yaml`.

Updates the following dependencies:
- Go version in `go.mod` and Dockerfiles
- Rust toolchain version
- Policy image tags in Helm chart values
- Policy-reporter and openreports chart versions
- Kuberlr-kubectl image version
Expand Down
3 changes: 1 addition & 2 deletions updatecli/update-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
policies:
- name: Update Go version, Rust toolchain, Helm chart dependencies and Hauler manifest
- name: Update Rust toolchain, Helm chart dependencies and Hauler manifest
config:
- ./updatecli.d/go.yaml
- ./updatecli.d/update-rust-toolchain.yaml
- ./updatecli.d/update-chart-deps.yaml
- ./updatecli.d/update-hauler-manifest.yaml
Comment thread
AkashKumar7902 marked this conversation as resolved.
Expand Down
59 changes: 0 additions & 59 deletions updatecli/updatecli.d/go.yaml

This file was deleted.

Loading