0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2026-02-04 15:00:33 +08:00
* chore(workflow): run weekly via schedule

* Add checkout step to workflow configuration

* Disable custom managers and commit body in default.json5

Commented out custom managers and commit body settings.
This commit is contained in:
严浩
2025-12-10 23:47:31 +08:00
committed by GitHub
parent 67a46c60e6
commit ba224d5483
6 changed files with 33 additions and 7462 deletions

View File

@@ -1,3 +1,5 @@
// bun --bun test-regex/run.mjs
import * as path from "node:path";
import { fileURLToPath } from "node:url";
import fs from "node:fs";
@@ -23,6 +25,3 @@ const filecontent = fs.readFileSync(path.join(__dirname, "file.txt"), "utf8");
const regex = "^\\.github/workflows/[^/]+\\.ya?ml$";
extractMatchResult(regex, ".github/workflows/中 | 文 : 文件名.yaml");
})();
// TODO: run.mjs regex file