Skip to content

chore: Configure Renovate #12

chore: Configure Renovate

chore: Configure Renovate #12

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened, edited]
push:
branches: ['main']
jobs:
ci-success:
name: Github Status Check
runs-on: ubuntu-latest
if: always() && !cancelled()
steps:
- name: Status
run: |
exit 0
license-check:
name: license-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2.0.14
with:
manifest-path: "./tools/mock-server/Cargo.toml"
command: check
command-arguments: "--hide-inclusion-graph"