mirror of
https://github.com/yanhao98/renovate-example.git
synced 2026-02-04 20:10:33 +08:00
H (#228)
* 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:
@@ -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
|
||||
Reference in New Issue
Block a user