Merge branch 'main' into patch-1

This commit is contained in:
Michael Kriese 2021-08-16 21:09:38 +02:00 committed by GitHub
commit 75a24e1d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 387 additions and 543 deletions

View file

@ -13,21 +13,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
with:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/commitlint-github-action@v3.1.4
uses: wagoid/commitlint-github-action@baffd3c16c570c0a26bf89be729b81bb796e9bd5 # renovate: tag=v3.1.4
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
- name: Setup node
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@25316bbc1f10ac9d8798711f44914b1cf3c4e954 # renovate: tag=v2.4.0
with:
node-version: '12.x'
cache: 'npm'
- name: Install project
run: npm ci
- name: Lint
@ -41,7 +42,7 @@ jobs:
configurationFile: [example/renovate-config.js, example/renovate.json]
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
- name: Install project
run: npm ci
- name: Build
@ -69,7 +70,7 @@ jobs:
&& github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
with:
fetch-depth: 0
ref: 'release'
@ -83,7 +84,7 @@ jobs:
run: |
git merge -m 'chore(release): merge main (${{ github.sha }})' ${{ github.sha }}
- name: Setup node
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@25316bbc1f10ac9d8798711f44914b1cf3c4e954 # renovate: tag=v2.4.0
with:
node-version: '12.x'
- name: Install project
@ -104,7 +105,7 @@ jobs:
- name: Publish release
run: git push --follow-tags
- name: Publish GitHub release
uses: actions/create-release@v1.1.4
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # renovate: tag=v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:

891
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,27 +31,27 @@
},
"homepage": "https://github.com/renovatebot/github-action#readme",
"dependencies": {
"@actions/core": "1.2.7",
"@actions/exec": "1.0.4"
"@actions/core": "1.4.0",
"@actions/exec": "1.1.0"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/node": "13.13.52",
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"@vercel/ncc": "0.28.5",
"concurrently": "6.1.0",
"eslint": "7.26.0",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@vercel/ncc": "0.29.0",
"concurrently": "6.2.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-prettier": "3.4.0",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"npm-run-all": "4.1.5",
"prettier": "2.3.0",
"standard-version": "9.3.0",
"prettier": "2.3.2",
"standard-version": "9.3.1",
"ts-node": "9.1.1",
"typescript": "4.2.4"
"typescript": "4.3.5"
}
}

View file

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