Skip to content

Commit

Permalink
chore: v3.1.0 (#301)
Browse files Browse the repository at this point in the history
* ci(dependabot): add next milestone & devcontainer config

* docs: update year
  • Loading branch information
nogic1008 committed Apr 29, 2024
1 parent 3993f76 commit ef9f0f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ updates:
timezone: Japan
labels:
- dependencies
milestone: 7
commit-message:
prefix: fix
prefix-development: chore
Expand All @@ -26,6 +27,19 @@ updates:
timezone: Japan
labels:
- dependencies
milestone: 7
commit-message:
prefix: ci
include: scope
prefix: ci(gh-actions)

# Development Containers (/.devcontainer/devcontainer.json)
- package-ecosystem: devcontainers
directory: '/'
schedule:
interval: daily
time: '08:00'
timezone: Japan
labels:
- dependencies
milestone: 7
commit-message:
prefix: ci(devcontainer)
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- Meta Options -->
<Authors>Nogic</Authors>
<Copyright>©2021-2023 Nogic</Copyright>
<Copyright>©2021-2024 Nogic</Copyright>
<PackageProjectUrl>https://github.com/nogic1008/WritableOptions.Net</PackageProjectUrl>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2023 Nogic
Copyright (c) 2021-2024 Nogic

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

0 comments on commit ef9f0f6

Please sign in to comment.