mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +00:00
chore(release): merge main (1f872c0254)
This commit is contained in:
commit
cc4dcf9d02
3 changed files with 15 additions and 32 deletions
41
package-lock.json
generated
41
package-lock.json
generated
|
|
@ -101,43 +101,26 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/cli": {
|
"@commitlint/cli": {
|
||||||
"version": "12.1.3",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.4.tgz",
|
||||||
"integrity": "sha512-UZZZLCUmhZWftGJ/5o0qo/3NORIXB5bY4nVh2eG62AwkD2/GBYzNQJ8P2e+RMiQm6s8tmC2rTO9UwZKC2Rmkhw==",
|
"integrity": "sha512-ZR1WjXLvqEffYyBPT0XdnSxtt3Ty1TMoujEtseW5o3vPnkA1UNashAMjQVg/oELqfaiAMnDw8SERPMN0e/0kLg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/format": "^12.1.3",
|
"@commitlint/format": "^12.1.4",
|
||||||
"@commitlint/lint": "^12.1.3",
|
"@commitlint/lint": "^12.1.4",
|
||||||
"@commitlint/load": "^12.1.3",
|
"@commitlint/load": "^12.1.4",
|
||||||
"@commitlint/read": "^12.1.3",
|
"@commitlint/read": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.3",
|
"@commitlint/types": "^12.1.4",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "5.0.0",
|
"resolve-from": "5.0.0",
|
||||||
"resolve-global": "1.0.0",
|
"resolve-global": "1.0.0",
|
||||||
"yargs": "^17.0.0"
|
"yargs": "^16.2.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"yargs": {
|
|
||||||
"version": "17.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz",
|
|
||||||
"integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"cliui": "^7.0.2",
|
|
||||||
"escalade": "^3.1.1",
|
|
||||||
"get-caller-file": "^2.0.5",
|
|
||||||
"require-directory": "^2.1.1",
|
|
||||||
"string-width": "^4.2.0",
|
|
||||||
"y18n": "^5.0.5",
|
|
||||||
"yargs-parser": "^20.2.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-conventional": {
|
"@commitlint/config-conventional": {
|
||||||
"version": "12.1.3",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz",
|
||||||
"integrity": "sha512-aGko0/pIkj8/4xt/ZKQdU1XgmWE6j/SjLdNjaCVe6TsM3GWkaRpdT0uIgRAWk2GuYVWX3xdIiIE5qRKKVJe9fw==",
|
"integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"conventional-changelog-conventionalcommits": "^4.3.1"
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,8 @@
|
||||||
"@actions/exec": "1.0.4"
|
"@actions/exec": "1.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "12.1.3",
|
"@commitlint/cli": "12.1.4",
|
||||||
"@commitlint/config-conventional": "12.1.3",
|
"@commitlint/config-conventional": "12.1.4",
|
||||||
"@types/node": "13.13.52",
|
"@types/node": "13.13.52",
|
||||||
"@typescript-eslint/eslint-plugin": "4.23.0",
|
"@typescript-eslint/eslint-plugin": "4.23.0",
|
||||||
"@typescript-eslint/parser": "4.23.0",
|
"@typescript-eslint/parser": "4.23.0",
|
||||||
|
|
|
||||||
|
|
@ -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 = '25.25.2-slim';
|
readonly tag = '25.26.1-slim';
|
||||||
readonly tagSuffix = '-slim';
|
readonly tagSuffix = '-slim';
|
||||||
|
|
||||||
image(): string {
|
image(): string {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue