Skip to content

chore(deps): bump ip-address from 10.1.0 to 10.2.0 #890

chore(deps): bump ip-address from 10.1.0 to 10.2.0

chore(deps): bump ip-address from 10.1.0 to 10.2.0 #890

Workflow file for this run

name: Renovate-Check
on:
merge_group:
pull_request:
branches: [main]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
build:
name: Validate Renovate Configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: 'package.json'
cache: 'npm'
- name: Install renovate
run: npm install -g renovate
- name: Run Renovate Validator
run: renovate-config-validator