Merge pull request #6 from renovatebot/main

[pull] main from renovatebot:main
This commit is contained in:
J Richardson 2024-09-27 06:18:03 -04:00 committed by GitHub
commit e6fb90b6ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ concurrency:
env: env:
NODE_VERSION: 20 NODE_VERSION: 20
RENOVATE_VERSION: 38.94.3 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate RENOVATE_VERSION: 38.97.1 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
jobs: jobs:
commitlint: commitlint:
@ -20,7 +20,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with: with:
fetch-depth: 0 fetch-depth: 0
show-progress: false show-progress: false
@ -36,7 +36,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with: with:
show-progress: false show-progress: false
@ -69,7 +69,7 @@ jobs:
- example/renovate-config.json - example/renovate-config.json
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with: with:
show-progress: false show-progress: false
@ -133,7 +133,7 @@ jobs:
git config --global user.name 'Renovate Bot' git config --global user.name 'Renovate Bot'
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with: with:
fetch-depth: 0 # required for semantic release fetch-depth: 0 # required for semantic release
ref: 'release' ref: 'release'