Skip to content

Commit

Permalink
ci(deps): remove unused dependency 'commitizen' and enable 'sysbox' t…
Browse files Browse the repository at this point in the history
…o be upgraded by renovate (#38)
  • Loading branch information
ppat authored May 4, 2024
1 parent 07eda30 commit 84b5e4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install sysbox
run: |
# see: https://github.com/nestybox/sysbox/blob/master/docs/user-guide/install-package.md#installing-sysbox
wget --progress=dot:giga https://downloads.nestybox.com/sysbox/releases/v0.6.2/sysbox-ce_0.6.2-0.linux_amd64.deb -O /tmp/sysbox.deb
wget --progress=dot:giga https://downloads.nestybox.com/sysbox/releases/v${SYSBOX_VERSION}/sysbox-ce_${SYSBOX_VERSION}-0.linux_amd64.deb -O /tmp/sysbox.deb
sudo apt-get install jq
sudo apt-get install /tmp/sysbox.deb
rm /tmp/sysbox.deb
Expand All @@ -83,6 +83,9 @@ jobs:
sudo systemctl restart docker
sudo systemctl status sysbox
env:
# renovate: datasource=github-releases depName=nestybox/sysbox
SYSBOX_VERSION: "0.6.2"

- name: Determine molecule verbosity
# yamllint disable-line rule:indentation
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ansible-core==2.16.6
ansible-lint==6.22.2
commitizen==3.24.0
docker==7.0.0
jmespath==1.0.1
kubernetes==29.0.0
Expand Down

0 comments on commit 84b5e4f

Please sign in to comment.