Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from GitTools:develop #215

Merged
merged 25 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b392871
(maint) Make GitReleaseManager.Cli default project
gep13 Jan 9, 2025
a1458d3
(#633) Update to latest NGitLab package version
gep13 Jan 9, 2025
a69ce25
Merge pull request #634 from gep13/issue-633
AdmiringWorm Jan 9, 2025
3f16486
(build) New GitHub Token created
gep13 Jan 9, 2025
289ec34
(build) Add GitHub actions config for dependabot
arturcic Jan 9, 2025
e92d368
Merge pull request #636 from arturcic/feature/dependabot
gittools-bot Jan 9, 2025
6a49ab6
Bump Roslynator.Analyzers from 4.12.4 to 4.12.10 in /src
dependabot[bot] Jan 9, 2025
8ab2269
Merge pull request #635 from GitTools/dependabot/nuget/src/Roslynator…
arturcic Jan 9, 2025
2c6f453
(maint) Fixing all the things!
gep13 Jan 9, 2025
423adca
Bump Serilog from 4.0.0 to 4.2.0 in /src
dependabot[bot] Jan 9, 2025
dc802b3
Merge pull request #649 from GitTools/dependabot/nuget/src/Serilog-4.2.0
AdmiringWorm Jan 9, 2025
672a0cf
Bump cake-build/cake-action from 1 to 2
dependabot[bot] Jan 9, 2025
e7db26f
Merge pull request #645 from GitTools/dependabot/github_actions/cake-…
gep13 Jan 9, 2025
5df2987
Bump actions/cache from 2 to 4
dependabot[bot] Jan 9, 2025
edfca6e
Merge pull request #644 from GitTools/dependabot/github_actions/actio…
gep13 Jan 9, 2025
a3ada19
Bump actions/setup-dotnet from 3 to 4
dependabot[bot] Jan 9, 2025
5f58f44
Merge pull request #643 from GitTools/dependabot/github_actions/actio…
gep13 Jan 9, 2025
46a9348
Bump actions/checkout from 2 to 4
dependabot[bot] Jan 9, 2025
7390fcd
Merge pull request #642 from GitTools/dependabot/github_actions/actio…
gep13 Jan 9, 2025
3497341
Bump coverlet.msbuild from 6.0.0 to 6.0.3 in /src
dependabot[bot] Jan 9, 2025
22c45a7
Merge pull request #648 from GitTools/dependabot/nuget/src/coverlet.m…
gep13 Jan 9, 2025
f0e97d5
Bump NSubstitute from 5.1.0 to 5.3.0 in /src
gep13 Jan 9, 2025
1e69ee2
Merge pull request #647 from GitTools/dependabot/nuget/src/NSubstitut…
gep13 Jan 9, 2025
94f34a6
added groups for dependabot
arturcic Jan 9, 2025
aeaaea7
Merge pull request #650 from arturcic/feature/dependabot-groups
gep13 Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added groups for dependabot
  • Loading branch information
arturcic committed Jan 9, 2025
commit 94f34a6bfa3eb0f79dd161daf6f9d0125cf16ef5
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,27 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
labels:
- "Build"
schedule:
interval: daily
- package-ecosystem: nuget
directory: "/src"
labels:
- "Build"
groups:
analyzers:
patterns:
- "*Analyzers"
serilog:
patterns:
- "Serilog.*"
tests:
patterns:
- "NUnit.*"
- "Microsoft.NET.Test.Sdk"
- "NSubstitute"
- "coverlet.msbuild"
schedule:
interval: daily
open-pull-requests-limit: 10