Skip to content

Commit f7a9662

Browse files
committed
ci: 优化工作流配置
1 parent 20fcd83 commit f7a9662

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
extends: ['github>sxzz/renovate-config'],
33
automerge: true,
4+
ignorePaths: ['.github/workflows/**/*'],
45
}

changelogithub.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"types": {
3+
"feat": { "title": "🚀 Features" },
4+
"fix": { "title": "🐞 Bug Fixes" },
5+
"perf": { "title": "🏎 Performance" },
6+
"refactor": { "title": "💅 Refactors" },
7+
"chore": { "title": "🏡 Chores" },
8+
"docs": { "title": "📖 Documentation" }
9+
}
10+
}

0 commit comments

Comments
 (0)