mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore(release): merge master (0d217a6b14)
This commit is contained in:
commit
10b126097a
4 changed files with 1852 additions and 739 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
|
@ -27,7 +27,8 @@
|
||||||
"packageNames": ["renovate/renovate"],
|
"packageNames": ["renovate/renovate"],
|
||||||
"updateTypes": ["major", "minor", "patch"],
|
"updateTypes": ["major", "minor", "patch"],
|
||||||
"semanticCommitType": "fix",
|
"semanticCommitType": "fix",
|
||||||
"automerge": true
|
"automerge": true,
|
||||||
|
"masterIssueApproval": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
|
|
||||||
2560
package-lock.json
generated
2560
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
|
@ -35,14 +35,14 @@
|
||||||
"@actions/exec": "1.0.4"
|
"@actions/exec": "1.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "8.3.5",
|
"@commitlint/cli": "9.1.1",
|
||||||
"@commitlint/config-conventional": "8.3.4",
|
"@commitlint/config-conventional": "9.1.1",
|
||||||
"@types/node": "13.13.14",
|
"@types/node": "13.13.14",
|
||||||
"@typescript-eslint/eslint-plugin": "2.34.0",
|
"@typescript-eslint/eslint-plugin": "3.6.1",
|
||||||
"@typescript-eslint/parser": "2.34.0",
|
"@typescript-eslint/parser": "3.6.1",
|
||||||
"@zeit/ncc": "0.22.3",
|
"@zeit/ncc": "0.22.3",
|
||||||
"concurrently": "5.2.0",
|
"concurrently": "5.2.0",
|
||||||
"eslint": "6.8.0",
|
"eslint": "7.4.0",
|
||||||
"eslint-config-prettier": "6.11.0",
|
"eslint-config-prettier": "6.11.0",
|
||||||
"eslint-plugin-json": "2.1.1",
|
"eslint-plugin-json": "2.1.1",
|
||||||
"eslint-plugin-prettier": "3.1.4",
|
"eslint-plugin-prettier": "3.1.4",
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"lint-staged": "10.2.11",
|
"lint-staged": "10.2.11",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"prettier": "2.0.5",
|
"prettier": "2.0.5",
|
||||||
"standard-version": "7.1.0",
|
"standard-version": "8.0.2",
|
||||||
"ts-node": "8.10.2",
|
"ts-node": "8.10.2",
|
||||||
"typescript": "3.9.6"
|
"typescript": "3.9.6"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 = '21.29.3-slim';
|
readonly tag = '21.30.0-slim';
|
||||||
readonly tagSuffix = '-slim';
|
readonly tagSuffix = '-slim';
|
||||||
|
|
||||||
image(): string {
|
image(): string {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue