mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 19:00:48 +08:00
default.json5
This commit is contained in:
4
.github/workflows/检查配置.yaml
vendored
4
.github/workflows/检查配置.yaml
vendored
@ -14,7 +14,3 @@ jobs:
|
|||||||
pnpm renovate-config-validator;
|
pnpm renovate-config-validator;
|
||||||
pnpm run validator;
|
pnpm run validator;
|
||||||
pnpm run dry-run:npx;
|
pnpm run dry-run:npx;
|
||||||
|
|
||||||
- name: for regex
|
|
||||||
run: npx semantic-release@24
|
|
||||||
if: false
|
|
||||||
|
@ -29,12 +29,13 @@
|
|||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
// https://semantic-release.gitbook.io/semantic-release/usage/installation#notes
|
// https://semantic-release.gitbook.io/semantic-release/usage/installation#notes
|
||||||
// == npx semantic-release@xx ==
|
/* === run: npx semantic-release@24 === */
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Update semantic-release version used by npx",
|
"description": "Update semantic-release version used by npx",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^\\.github/workflows/[^/]+\\.ya?ml$"
|
"^\\.github/workflows/[^/]+\\.ya?ml$",
|
||||||
|
"^default\\.json5$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\srun: npx semantic-release@(?<currentValue>.*?)\\s"
|
"\\srun: npx semantic-release@(?<currentValue>.*?)\\s"
|
||||||
@ -42,12 +43,13 @@
|
|||||||
"datasourceTemplate": "npm",
|
"datasourceTemplate": "npm",
|
||||||
"depNameTemplate": "semantic-release"
|
"depNameTemplate": "semantic-release"
|
||||||
},
|
},
|
||||||
// ==
|
/* === use-node-version=16.0.0 === */
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Update Node.js version configured in `.npmrc`. match `use-node-version=22.9.0`",
|
"description": "Update Node.js version configured in `.npmrc`. match `use-node-version=22.9.0`",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^\\.npmrc$"
|
"^\\.npmrc$",
|
||||||
|
"^default\\.json5$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"use-node-version=(?<currentValue>.*?)$"
|
"use-node-version=(?<currentValue>.*?)$"
|
||||||
|
Reference in New Issue
Block a user