We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fcd83 commit f7a9662Copy full SHA for f7a9662
.github/renovate.json5
@@ -1,4 +1,5 @@
1
{
2
extends: ['github>sxzz/renovate-config'],
3
automerge: true,
4
+ ignorePaths: ['.github/workflows/**/*'],
5
}
changelogithub.json
@@ -0,0 +1,10 @@
+{
+ "types": {
+ "feat": { "title": "🚀 Features" },
+ "fix": { "title": "🐞 Bug Fixes" },
+ "perf": { "title": "🏎 Performance" },
6
+ "refactor": { "title": "💅 Refactors" },
7
+ "chore": { "title": "🏡 Chores" },
8
+ "docs": { "title": "📖 Documentation" }
9
+ }
10
+}
0 commit comments