-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updating to dryioc preview (#1230) * Updating to dryioc preview * Automatically linting code --------- Co-authored-by: Rocket Understudy <[email protected]> * enable msdi rules (#1231) * Update/next 2 (#1286) * Update dependency Polyfill to v5.2.0 * Update dependency Polyfill to v5.2.1 * Update dependency Polyfill to v5.2.2 * Update dependency Rocket.Surgery.Nuke to v1.8.30 * Update planetscale/ghcommit-action action to v0.1.37 * Update actions/checkout digest to 44c2b7a * Update codecov/codecov-action action to v4.3.1 * Update dependency Rocket.Surgery.Nuke to v1.8.31 * Automatically linting code * Update dependency jetbrains.resharper.globaltools to v2024.1.2 * Update dependency Verify.Xunit to v24.2.0 * Update roslynator to v4.12.3 * Update dependency Rocket.Surgery.Nuke to v1.8.32 * Update planetscale/ghcommit-action action to v0.1.38 * Update codecov/codecov-action action to v4.4.0 * Update reportgenerator to v5.3.0 * Update dependency dotnet-outdated-tool to v4.6.2 * Update dependency dotnet-outdated-tool to v4.6.3 * Update actions/checkout digest to 24ed1a3 * Update actions/checkout digest to a5ac7e5 * Update dependency dotnet-outdated-tool to v4.6.4 * Update planetscale/ghcommit-action action to v0.1.39 * Update dependency Rocket.Surgery.Nuke to v1.8.33 * Update github actions * Update dependency lint-staged to v15.2.4 * Update dependency Microsoft.NET.Test.Sdk to v17.10.0 * Update dependency System.Reactive to v6.0.1 * Update dependency Rocket.Surgery.Nuke to v1.8.34 * Automatically linting code * Update gitversion to v6.0.0-rc.1 * Update dependency FluentAssertions.Analyzers to v0.32.0 * Update xunit * Update dependency lint-staged to v15.2.5 * Update dependency NuGet.ProjectModel to v6.10.0 (#1256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update reportgenerator to v5.3.4 * Update planetscale/ghcommit-action action to v0.1.40 * Update dependency Polyfill to v5.3.0 * Update planetscale/ghcommit-action action to v0.1.41 * Update dependency Verify.Xunit to v25 * Update reportgenerator to v5.3.5 * Update dependency prettier to v3.3.0 * Update roslynator to v4.12.4 * Update dependency Verify.Xunit to v25.0.1 * Update reportgenerator to v5.3.6 * Update dependency prettier to v3.3.1 * Update dependency jetbrains.resharper.globaltools to v2024.1.3 * Update planetscale/ghcommit-action action to v0.1.42 * Update dependency prettier to v3.3.2 * Update dependency Verify.Xunit to v25.0.2 * Update dependency lint-staged to v15.2.6 * Update actions/checkout digest to 6ccd57f * Update dependency lint-staged to v15.2.7 * Update actions/checkout digest to 692973e * Update codecov/codecov-action action to v4.5.0 * Update dependency Verify.Xunit to v25.0.3 * Update dependency Serilog to v4 (#1269) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Buildalyzer to v7 (#1244) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Updating to dryioc preview (#1230) * Updating to dryioc preview * Automatically linting code --------- Co-authored-by: Rocket Understudy <[email protected]> * enable msdi rules (#1231) * Dunno how gitversion got updated! * Automatically linting code --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rocket Understudy <[email protected]> * next dryioc version * Automatically linting code --------- Co-authored-by: Rocket Understudy <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
03e64c1
commit 36d3d50
Showing
11 changed files
with
67 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,19 @@ | ||
mode: ContinuousDelivery | ||
workflow: GitHubFlow/v1 | ||
semantic-version-format: Loose | ||
|
||
branches: | ||
main: | ||
label: beta | ||
increment: Inherit | ||
track-merge-target: false | ||
regex: ^master$|^main$ | ||
source-branches: | ||
- release | ||
is-source-branch-for: [] | ||
tracks-release-branches: false | ||
is-release-branch: false | ||
pre-release-weight: 55000 | ||
- next | ||
pull-request: | ||
mode: ContinuousDelivery | ||
label: pr | ||
increment: Inherit | ||
label-number-pattern: '[/-](?<number>\d+)' | ||
regex: ^(pull|pull\-requests|pr)[/-] | ||
source-branches: | ||
- main | ||
- release | ||
- feature | ||
is-source-branch-for: [] | ||
pre-release-weight: 30000 | ||
next: | ||
mode: ContinuousDelivery | ||
regex: ^next$ | ||
increment: Major | ||
label: next | ||
track-merge-target: false | ||
tracks-release-branches: false | ||
is-release-branch: false | ||
source-branches: ['main'] | ||
increment: Patch | ||
source-branches: [] | ||
is-source-branch-for: [] | ||
ignore: | ||
sha: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.