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
54 changes: 27 additions & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
version: 2
updates:
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
commit-message:
prefix: build(docker)
groups:
docker:
patterns: ["*"]
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
commit-message:
prefix: build(docker)
groups:
docker:
patterns: ["*"]

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
commit-message:
prefix: ci(github-actions)
groups:
github-actions:
patterns: ["*"]
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
commit-message:
prefix: ci(github-actions)
groups:
github-actions:
patterns: ["*"]

- package-ecosystem: pip
directory: /
schedule:
interval: weekly
commit-message:
prefix: build(pip)
groups:
pip:
patterns: ["*"]
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
commit-message:
prefix: build(pip)
groups:
pip:
patterns: ["*"]
22 changes: 11 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
feature:
- head-branch: ["^feat(ure)?/"]
- head-branch: ["^feat(ure)?/"]

fix:
- head-branch: ["^fix/"]
- head-branch: ["^fix/"]

docs:
- head-branch: ["^docs?/"]
- head-branch: ["^docs?/"]

style:
- head-branch: ["^style/"]
- head-branch: ["^style/"]

refactor:
- head-branch: ["^refactor/"]
- head-branch: ["^refactor/"]

perf:
- head-branch: ["^perf(ormance)?/"]
- head-branch: ["^perf(ormance)?/"]

test:
- head-branch: ["^tests?/"]
- head-branch: ["^tests?/"]

build:
- head-branch: ["^build/"]
- head-branch: ["^build/"]

ci:
- head-branch: ["^ci/"]
- head-branch: ["^ci/"]

chore:
- head-branch: ["^chore/"]
- head-branch: ["^chore/"]

revert:
- head-branch: ["^revert/"]
- head-branch: ["^revert/"]
52 changes: 26 additions & 26 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 💥
labels:
- breaking
- title: New Features ✨
labels:
- feature
- title: Improvements 🚀
labels:
- docs
- style
- refactor
- perf
- test
- title: Fixes 🐛
labels:
- fix
- title: Maintenance 🔧
label:
- build
- ci
- chore
- revert
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 💥
labels:
- breaking
- title: New Features ✨
labels:
- feature
- title: Improvements 🚀
labels:
- docs
- style
- refactor
- perf
- test
- title: Fixes 🐛
labels:
- fix
- title: Maintenance 🔧
label:
- build
- ci
- chore
- revert
Loading
Loading