Skip to content

Commit ef9f0f6

Browse files
authored
chore: v3.1.0 (#301)
* ci(dependabot): add next milestone & devcontainer config * docs: update year
1 parent 3993f76 commit ef9f0f6

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ updates:
1212
timezone: Japan
1313
labels:
1414
- dependencies
15+
milestone: 7
1516
commit-message:
1617
prefix: fix
1718
prefix-development: chore
@@ -26,6 +27,19 @@ updates:
2627
timezone: Japan
2728
labels:
2829
- dependencies
30+
milestone: 7
2931
commit-message:
30-
prefix: ci
31-
include: scope
32+
prefix: ci(gh-actions)
33+
34+
# Development Containers (/.devcontainer/devcontainer.json)
35+
- package-ecosystem: devcontainers
36+
directory: '/'
37+
schedule:
38+
interval: daily
39+
time: '08:00'
40+
timezone: Japan
41+
labels:
42+
- dependencies
43+
milestone: 7
44+
commit-message:
45+
prefix: ci(devcontainer)

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- Meta Options -->
44
<Authors>Nogic</Authors>
5-
<Copyright>©2021-2023 Nogic</Copyright>
5+
<Copyright>©2021-2024 Nogic</Copyright>
66
<PackageProjectUrl>https://github.com/nogic1008/WritableOptions.Net</PackageProjectUrl>
77
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
88
<RepositoryType>git</RepositoryType>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2023 Nogic
3+
Copyright (c) 2021-2024 Nogic
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)