Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
interval: "daily"
versioning-strategy: "increase" # allow minor/patch bumps
commit-message:
prefix: "chore(uv)"
prefix: "deps(uv)"
labels:
- "dependencies"
- "uv"
Expand Down
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Please check each of the following before merging:
### What is the purpose of this pull request?
Check all that apply:
- [ ] Documentation update
- [ ] Changes to dependencies
- [ ] Refactor
- [ ] Improved test coverage
- [ ] Improved tests
- [ ] Improved CI
- [ ] Bug fix
- [ ] Changes to an existing feature
- [ ] New feature
Expand Down
10 changes: 5 additions & 5 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"type": "perf"
},
{
"hidden": true,
"hidden": false,
"section": "🧹 Refactoring",
"type": "refactor"
},
{
"hidden": true,
"hidden": false,
"section": "📚 Documentation",
"type": "docs"
},
{
"hidden": true,
"hidden": false,
"section": "🧩 CI",
"type": "ci"
},
{
"hidden": true,
"hidden": false,
"section": "🔧 Build",
"type": "build"
},
Expand All @@ -51,7 +51,7 @@
"type": "chore"
},
{
"hidden": true,
"hidden": false,
"section": "🧪 Tests",
"type": "test"
}
Expand Down