chore(release): merge main (d99fe76159)

This commit is contained in:
github-actions[bot] 2022-04-21 22:31:37 +00:00
commit 4884b1e22a
4 changed files with 10 additions and 10 deletions

View file

@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Lint commit messages - name: Lint commit messages
@ -29,7 +29,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- name: Setup node - name: Setup node
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1 uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
with: with:
@ -51,7 +51,7 @@ jobs:
configurationFile: [example/renovate-config.js, example/renovate.json] configurationFile: [example/renovate-config.js, example/renovate.json]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- name: Install project - name: Install project
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
@ -94,7 +94,7 @@ jobs:
&& github.ref == 'refs/heads/main' && github.ref == 'refs/heads/main'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with: with:
fetch-depth: 0 fetch-depth: 0
ref: 'release' ref: 'release'

View file

@ -42,7 +42,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "16.2.3", "@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1", "@commitlint/config-conventional": "16.2.1",
"@types/node": "16.11.26", "@types/node": "16.11.27",
"@typescript-eslint/eslint-plugin": "5.19.0", "@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0", "@typescript-eslint/parser": "5.19.0",
"@vercel/ncc": "0.33.4", "@vercel/ncc": "0.33.4",

View file

@ -1,7 +1,7 @@
class Docker { class Docker {
readonly repository = 'renovate/renovate'; readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker // renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '32.26.4-slim'; readonly tag = '32.27.0-slim';
readonly tagSuffix = '-slim'; readonly tagSuffix = '-slim';
image(): string { image(): string {

View file

@ -298,10 +298,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
"@types/node@16.11.26": "@types/node@16.11.27":
version "16.11.26" version "16.11.27"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.26.tgz#63d204d136c9916fb4dcd1b50f9740fe86884e47" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.27.tgz#5da19383bdbeda99bc0d09cfbb88cab7297ebc51"
integrity sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ== integrity sha512-C1pD3kgLoZ56Uuy5lhfOxie4aZlA3UMGLX9rXteq4WitEZH6Rl80mwactt9QG0w0gLFlN/kLBTFnGXtDVWvWQw==
"@types/node@>=12": "@types/node@>=12":
version "17.0.21" version "17.0.21"