File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ updates:
12
12
timezone : Japan
13
13
labels :
14
14
- dependencies
15
+ milestone : 7
15
16
commit-message :
16
17
prefix : fix
17
18
prefix-development : chore
@@ -26,6 +27,19 @@ updates:
26
27
timezone : Japan
27
28
labels :
28
29
- dependencies
30
+ milestone : 7
29
31
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)
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<!-- Meta Options -->
4
4
<Authors >Nogic</Authors >
5
- <Copyright >©2021-2023 Nogic</Copyright >
5
+ <Copyright >©2021-2024 Nogic</Copyright >
6
6
<PackageProjectUrl >https://github.com/nogic1008/WritableOptions.Net</PackageProjectUrl >
7
7
<RepositoryUrl >$(PackageProjectUrl)</RepositoryUrl >
8
8
<RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021-2023 Nogic
3
+ Copyright (c) 2021-2024 Nogic
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments