Skip to content

chore(deps): lock file maintenance #477

chore(deps): lock file maintenance

chore(deps): lock file maintenance #477

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- 'renovate/**'
- 'github-renovate/**'
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
- name: Test
uses: renovatebot/github-action@042670e39b8d7335e992c3fa526ecbfbd52ef57b # v40.2.2
with:
configurationFile: .github/renovate-global.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug
RENOVATE_DRY_RUN: full
RENOVATE_REPOSITORIES: '["vidavidorra/renovate"]'
release:
needs:
- lint-commit-messages
- lint
- build
- test
uses: vidavidorra/.github/.github/workflows/release.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}