1f7f0945c5
Repository folder, csproj, solution and all CI/build paths now use
the consolidated HellionChat name.
- ChatTwo/ → HellionChat/ (git mv preserves history with --follow)
- ChatTwo.csproj → HellionChat.csproj
- ChatTwo.sln → HellionChat.sln; obsolete Tests project entry removed
(private/untracked sandbox)
- AssemblyInfo.cs InternalsVisibleTo for ChatTwo.Tests removed
(file emptied; can be repopulated when actual tests land)
- repo.json and yaml image URLs updated (ChatTwo/images/ → HellionChat/images/)
- .github/workflows/{build,codeql,release}.yml csproj paths
- .github/dependabot.yml directory path
Functional behavior unchanged.
43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
version: 2
|
|
|
|
updates:
|
|
# NuGet package updates for the plugin project. Weekly cadence keeps the
|
|
# noise down while still catching transitive security advisories within
|
|
# a few days of disclosure.
|
|
- package-ecosystem: nuget
|
|
directory: /HellionChat
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "07:00"
|
|
timezone: Europe/Berlin
|
|
open-pull-requests-limit: 5
|
|
labels:
|
|
- dependencies
|
|
- nuget
|
|
commit-message:
|
|
prefix: "chore(deps)"
|
|
groups:
|
|
patches:
|
|
update-types:
|
|
- patch
|
|
minor:
|
|
update-types:
|
|
- minor
|
|
|
|
# GitHub Actions versions in .github/workflows. Lower cadence because
|
|
# Action releases ship less frequently and are usually safe to defer
|
|
# for a month.
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
time: "07:00"
|
|
timezone: Europe/Berlin
|
|
open-pull-requests-limit: 3
|
|
labels:
|
|
- dependencies
|
|
- github-actions
|
|
commit-message:
|
|
prefix: "chore(actions)"
|