Skip to content

chore(deps): lock file maintenance #714

chore(deps): lock file maintenance

chore(deps): lock file maintenance #714

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@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- name: Test
uses: renovatebot/github-action@2be773c4be8361d8182cc1b750e75bbc75af71b0 # v41.0.7
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@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}