mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 06:50:48 +08:00
更新 GitHub Actions 工作流,优化调试命令并更新依赖项版本
This commit is contained in:
3
.github/workflows/检查配置.yaml
vendored
3
.github/workflows/检查配置.yaml
vendored
@ -13,8 +13,7 @@ jobs:
|
||||
set -ex
|
||||
pnpm renovate-config-validator;
|
||||
pnpm run validator;
|
||||
|
||||
LOG_LEVEL=debug pnpx renovate --token= --platform=local --dry-run=full # DEBUG: packageFiles with updates (repository=local);
|
||||
pnpm run dry-run:npx;
|
||||
|
||||
- name: for regex
|
||||
run: npx semantic-release@24
|
||||
|
@ -3,11 +3,11 @@
|
||||
"scripts": {
|
||||
"validator": "renovate-config-validator ./default.json5 --strict",
|
||||
"validator:npx": "npx --yes --package renovate -- renovate-config-validator --strict",
|
||||
"dry-run": "LOG_LEVEL=debug renovate --token= --platform=local --dry-run=full"
|
||||
"dry-run:npx": "LOG_LEVEL=debug npx renovate --token= --platform=local --dry-run=full"
|
||||
},
|
||||
"devDependencies": {
|
||||
"renovate": "^38.98.0",
|
||||
"@murielmay67-1/semantic-release-example": "^1.0.0"
|
||||
"semantic-release-example-24": "^1.0.0"
|
||||
},
|
||||
"renovate": {
|
||||
"extends": [
|
||||
|
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@ -8,12 +8,12 @@ importers:
|
||||
|
||||
.:
|
||||
devDependencies:
|
||||
'@murielmay67-1/semantic-release-example':
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
renovate:
|
||||
specifier: ^38.98.0
|
||||
version: 38.98.0(@aws-sdk/client-sso-oidc@3.637.0(@aws-sdk/client-sts@3.637.0))(encoding@0.1.13)(typanion@3.14.0)
|
||||
semantic-release-example-24:
|
||||
specifier: ^1.0.0
|
||||
version: 1.11.0
|
||||
|
||||
packages:
|
||||
|
||||
@ -260,9 +260,6 @@ packages:
|
||||
'@kwsites/promise-deferred@1.1.1':
|
||||
resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==}
|
||||
|
||||
'@murielmay67-1/semantic-release-example@1.0.0':
|
||||
resolution: {integrity: sha512-dqz7JClsFUCTFxOC9xtkK6wd4XpNt2IHzHQgv4W0YW6unC8EmtQ2OxJzAAWD+GcuDZDl9MmcEmvkB1HUKzh9Tg==}
|
||||
|
||||
'@nodelib/fs.scandir@2.1.5':
|
||||
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
||||
engines: {node: '>= 8'}
|
||||
@ -2458,6 +2455,9 @@ packages:
|
||||
sax@1.4.1:
|
||||
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
|
||||
|
||||
semantic-release-example-24@1.11.0:
|
||||
resolution: {integrity: sha512-UCsN4eDcL6XWwcnuIGPB36GgkBY7G5GMXxq5XFu0IB0lv9HhzUEJtpETD0I6ublL3Z3fy+eutOayfdjGhcWpAg==}
|
||||
|
||||
semver-compare@1.0.0:
|
||||
resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==}
|
||||
|
||||
@ -3732,8 +3732,6 @@ snapshots:
|
||||
|
||||
'@kwsites/promise-deferred@1.1.1': {}
|
||||
|
||||
'@murielmay67-1/semantic-release-example@1.0.0': {}
|
||||
|
||||
'@nodelib/fs.scandir@2.1.5':
|
||||
dependencies:
|
||||
'@nodelib/fs.stat': 2.0.5
|
||||
@ -6438,6 +6436,8 @@ snapshots:
|
||||
|
||||
sax@1.4.1: {}
|
||||
|
||||
semantic-release-example-24@1.11.0: {}
|
||||
|
||||
semver-compare@1.0.0: {}
|
||||
|
||||
semver-stable@3.0.0:
|
||||
|
Reference in New Issue
Block a user