diff --git a/Dockerfile b/Dockerfile index 82a6118..634030c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,2 @@ +FROM gitea/act_runner:nightly@sha256:38f9543bf786c0d9dc80c346ec55c7112e348d2e9c6ec3c35a460b6cb96d327f FROM docker.io/murielmay67761/docker-example:0.0.4 \ No newline at end of file diff --git a/default.json5 b/default.json5 index 608f101..ffca84d 100644 --- a/default.json5 +++ b/default.json5 @@ -38,9 +38,8 @@ "depNameTemplate": "semantic-release" }, { - // use-node-version=22.9.0 "customType": "regex", - "description": "Update Node.js version configured in .npmrc", + "description": "Update Node.js version configured in `.npmrc`. match `use-node-version=22.9.0`", "fileMatch": [ "^\\.npmrc$" ],