Skip to content

Commit 9dcb883

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 02d79b0 commit 9dcb883

File tree

8 files changed

+477
-477
lines changed

8 files changed

+477
-477
lines changed

β€Ž.github/dependabot.ymlβ€Ž

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
version: 2
22
updates:
3-
- package-ecosystem: docker
4-
directory: /
5-
schedule:
6-
interval: weekly
7-
commit-message:
8-
prefix: build(docker)
9-
groups:
10-
docker:
11-
patterns: ["*"]
3+
- package-ecosystem: docker
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
commit-message:
8+
prefix: build(docker)
9+
groups:
10+
docker:
11+
patterns: ["*"]
1212

13-
- package-ecosystem: github-actions
14-
directory: /
15-
schedule:
16-
interval: weekly
17-
commit-message:
18-
prefix: ci(github-actions)
19-
groups:
20-
github-actions:
21-
patterns: ["*"]
13+
- package-ecosystem: github-actions
14+
directory: /
15+
schedule:
16+
interval: weekly
17+
commit-message:
18+
prefix: ci(github-actions)
19+
groups:
20+
github-actions:
21+
patterns: ["*"]
2222

23-
- package-ecosystem: pip
24-
directory: /
25-
schedule:
26-
interval: weekly
27-
commit-message:
28-
prefix: build(pip)
29-
groups:
30-
pip:
31-
patterns: ["*"]
23+
- package-ecosystem: pip
24+
directory: /
25+
schedule:
26+
interval: weekly
27+
commit-message:
28+
prefix: build(pip)
29+
groups:
30+
pip:
31+
patterns: ["*"]

β€Ž.github/labeler.ymlβ€Ž

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
feature:
2-
- head-branch: ["^feat(ure)?/"]
2+
- head-branch: ["^feat(ure)?/"]
33

44
fix:
5-
- head-branch: ["^fix/"]
5+
- head-branch: ["^fix/"]
66

77
docs:
8-
- head-branch: ["^docs?/"]
8+
- head-branch: ["^docs?/"]
99

1010
style:
11-
- head-branch: ["^style/"]
11+
- head-branch: ["^style/"]
1212

1313
refactor:
14-
- head-branch: ["^refactor/"]
14+
- head-branch: ["^refactor/"]
1515

1616
perf:
17-
- head-branch: ["^perf(ormance)?/"]
17+
- head-branch: ["^perf(ormance)?/"]
1818

1919
test:
20-
- head-branch: ["^tests?/"]
20+
- head-branch: ["^tests?/"]
2121

2222
build:
23-
- head-branch: ["^build/"]
23+
- head-branch: ["^build/"]
2424

2525
ci:
26-
- head-branch: ["^ci/"]
26+
- head-branch: ["^ci/"]
2727

2828
chore:
29-
- head-branch: ["^chore/"]
29+
- head-branch: ["^chore/"]
3030

3131
revert:
32-
- head-branch: ["^revert/"]
32+
- head-branch: ["^revert/"]

β€Ž.github/release.ymlβ€Ž

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
changelog:
2-
exclude:
3-
labels:
4-
- ignore-for-release
5-
categories:
6-
- title: Breaking Changes πŸ’₯
7-
labels:
8-
- breaking
9-
- title: New Features ✨
10-
labels:
11-
- feature
12-
- title: Improvements πŸš€
13-
labels:
14-
- docs
15-
- style
16-
- refactor
17-
- perf
18-
- test
19-
- title: Fixes πŸ›
20-
labels:
21-
- fix
22-
- title: Maintenance πŸ”§
23-
label:
24-
- build
25-
- ci
26-
- chore
27-
- revert
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Breaking Changes πŸ’₯
7+
labels:
8+
- breaking
9+
- title: New Features ✨
10+
labels:
11+
- feature
12+
- title: Improvements πŸš€
13+
labels:
14+
- docs
15+
- style
16+
- refactor
17+
- perf
18+
- test
19+
- title: Fixes πŸ›
20+
labels:
21+
- fix
22+
- title: Maintenance πŸ”§
23+
label:
24+
- build
25+
- ci
26+
- chore
27+
- revert

0 commit comments

Comments
Β (0)