mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 06:30:49 +08:00
Update all non-major dependencies
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# https://docs.renovatebot.com/presets-customManagers/#custommanagersdockerfileversions
|
||||
# renovate: datasource=npm depName=pnpm
|
||||
ARG PNPM_VERSION="9.11.0"
|
||||
ARG PNPM_VERSION="9.12.1"
|
||||
|
||||
FROM gitea/act_runner:nightly@sha256:c25f9f1d8cc1e19a06dfd084a2772e87055209ce6250f97561869175edffafd7
|
||||
FROM docker.io/murielmay67761/docker-example:0.0.4
|
||||
FROM docker.io/murielmay67761/docker-example:0.14.0
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"packageManager": "pnpm@9.11.0",
|
||||
"packageManager": "pnpm@9.12.1",
|
||||
"scripts": {
|
||||
"validator": "renovate-config-validator ./default.json5",
|
||||
"validator:strict": "renovate-config-validator ./default.json5 --strict",
|
||||
@ -7,7 +7,7 @@
|
||||
"dry-run:npx": "LOG_LEVEL=debug npx renovate --token= --platform=local --dry-run=full"
|
||||
},
|
||||
"devDependencies": {
|
||||
"renovate": "^38.120.1",
|
||||
"renovate": "^38.123.0",
|
||||
"semantic-release-example-24": "^1.13.1"
|
||||
},
|
||||
"renovate": {
|
||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
devDependencies:
|
||||
renovate:
|
||||
specifier: ^38.120.1
|
||||
version: 38.120.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(encoding@0.1.13)(typanion@3.14.0)
|
||||
specifier: ^38.123.0
|
||||
version: 38.123.0(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(encoding@0.1.13)(typanion@3.14.0)
|
||||
semantic-release-example-24:
|
||||
specifier: ^1.13.1
|
||||
version: 1.13.1
|
||||
@ -2393,8 +2393,8 @@ packages:
|
||||
remark@13.0.0:
|
||||
resolution: {integrity: sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==}
|
||||
|
||||
renovate@38.120.1:
|
||||
resolution: {integrity: sha512-0uslx8f56GK/DQN7Cwl0PkAGpoavNGNfg85vkJeAx+uS2QsYn4/sx4SZJYyUny3bcwCKGDtdu57j9gSziB/YAQ==}
|
||||
renovate@38.123.0:
|
||||
resolution: {integrity: sha512-A8CGE4lVNKBFokf0uA7gvZfz4mdj+3D0NnKeuyiGWeOxuMpDrf5G7/v/dz599XcI8+hhO7Be0joRPkwFGOglMQ==}
|
||||
engines: {node: ^20.15.1, pnpm: ^9.0.0}
|
||||
hasBin: true
|
||||
|
||||
@ -6259,7 +6259,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
renovate@38.120.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(encoding@0.1.13)(typanion@3.14.0):
|
||||
renovate@38.123.0(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(encoding@0.1.13)(typanion@3.14.0):
|
||||
dependencies:
|
||||
'@aws-sdk/client-codecommit': 3.658.1
|
||||
'@aws-sdk/client-ec2': 3.658.1
|
||||
|
Reference in New Issue
Block a user