Skip to content

Commit fba4f19

Browse files
committed
chore(ci): update renovate to v44.0.2 and remove codecov integration
- Update renovatebot/github-action from v40.3.12 to v44.0.2 - Remove codecov upload step (not needed for proprietary project)
1 parent 551c57d commit fba4f19

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@ jobs:
111111
run: |
112112
nix develop --command cargo tarpaulin --out xml --all-features --verbose
113113
114-
- name: Upload Coverage
115-
uses: codecov/codecov-action@v4
116-
with:
117-
files: ./cobertura.xml
118-
fail_ci_if_error: false
119-
continue-on-error: true
120-
121114
# MSRV check (use specific Rust version, can't do this easily in Nix)
122115
# Only run on main branch pushes, scheduled runs, and manual triggers - not every PR
123116
msrv:

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
continue-on-error: true
6969

7070
- name: Self-hosted Renovate
71-
uses: renovatebot/github-action@v40.3.12
71+
uses: renovatebot/github-action@v44.0.2
7272
env:
7373
# Use GitHub App token if available, otherwise use GITHUB_TOKEN
7474
RENOVATE_TOKEN: ${{ steps.get_token.outputs.token || secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)