Skip to content

Commit f08fad6

Browse files
chore(deps-dev): bump identify from 2.6.9 to 2.6.10 in the minor-and-patch group (#64)
* chore(deps-dev): bump identify in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [identify](https://github.com/pre-commit/identify). Updates `identify` from 2.6.9 to 2.6.10 - [Commits](pre-commit/identify@v2.6.9...v2.6.10) --- updated-dependencies: - dependency-name: identify dependency-version: 2.6.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: addressing misconfigurations --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Barry Morrison <[email protected]>
1 parent 4eeb889 commit f08fad6

File tree

3 files changed

+34
-41
lines changed

3 files changed

+34
-41
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
version: 2
21
updates:
3-
- package-ecosystem: "pip"
4-
directory: "/"
2+
- directory: "/"
53
groups:
6-
minor-and-patch:
4+
python-minor-and-patch:
75
update-types:
86
- "minor"
97
- "patch"
8+
package-ecosystem: "pip"
109
schedule:
11-
interval: "weekly"
1210
day: "saturday"
11+
interval: "weekly"
1312
time: "03:00"
1413
timezone: "America/Chicago"
1514

16-
- package-ecosystem: "gomod"
17-
directory: "/"
15+
- directory: "/"
1816
groups:
19-
minor-and-patch:
17+
go-minor-and-patch:
2018
update-types:
2119
- "minor"
2220
- "patch"
21+
package-ecosystem: "gomod"
2322
schedule:
24-
interval: "weekly"
2523
day: "saturday"
24+
interval: "weekly"
2625
time: "03:00"
2726

2827
timezone: "America/Chicago"
29-
- package-ecosystem: "npm"
30-
directory: "/"
28+
- directory: "/"
3129
groups:
32-
minor-and-patch:
30+
node-minor-and-patch:
3331
update-types:
3432
- "minor"
3533
- "patch"
34+
package-ecosystem: "npm"
3635
schedule:
37-
interval: "weekly"
3836
day: "saturday"
37+
interval: "weekly"
3938
time: "03:00"
4039
timezone: "America/Chicago"
4140

42-
- package-ecosystem: "github-actions"
43-
directory: "/"
41+
- directory: "/"
42+
package-ecosystem: "github-actions"
4443
schedule:
45-
interval: "weekly"
4644
day: "saturday"
45+
interval: "weekly"
4746
time: "03:00"
4847
timezone: "America/Chicago"
48+
version: 2

.github/release.yml

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,33 @@
11
changelog:
2-
exclude:
3-
labels:
4-
- ignore-changelog
5-
62
categories:
7-
- title: ":warning: Update considerations and deprecations"
8-
labels:
3+
- labels:
94
- "type: breaking"
105
- "type: deprecation"
116
- "regression"
127
- "type: revert"
13-
14-
- title: ":rocket: New features and improvements"
15-
labels:
8+
title: ":warning: Update considerations and deprecations"
9+
- labels:
1610
- "type: feat"
17-
18-
- title: ":lady_beetle: Bug fixes"
19-
labels:
11+
title: ":rocket: New features and improvements"
12+
- labels:
2013
- "type: fix"
21-
22-
- title: ":nail_polish: Style, UI, UX"
23-
labels:
14+
title: ":lady_beetle: Bug fixes"
15+
- labels:
2416
- "type: style"
25-
26-
- title: ":book: Documentation"
27-
labels:
17+
title: ":nail_care: Style"
18+
- labels:
2819
- "type: docs"
29-
30-
- title: ":hammer: Build/Test Dependency Upgrades"
31-
labels:
20+
title: ":book: Documentation"
21+
- labels:
3222
- "dependencies"
3323
- "type: test"
3424
- "type: ci"
3525
- "type: build"
3626
- "type: chore"
37-
38-
- title: ":question: What's Changed"
39-
labels:
27+
title: ":hammer: Build/Test Dependency Upgrades"
28+
- labels:
4029
- "type: refactor"
30+
title: ":question: What's Changed"
31+
exclude:
32+
labels:
33+
- ignore-changelog

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cfgv==3.4.0
22
distlib==0.3.9
33
filelock==3.18.0
4-
identify==2.6.9
4+
identify==2.6.10
55
nodeenv==1.9.1
66
platformdirs==4.3.7
77
pre-commit==4.2.0

0 commit comments

Comments
 (0)