Release notes
*Sourced from [CSLA-Core's releases](https://github.com/MarimerLLC/csla/releases).*
> ## Version 4.10.0 release
> I am pleased to announce the release of CSLA .NET version 4.10.0.
>
> This is a bug fix release from 4.9.0.
>
> * [#1084](https://github-redirect.dependabot.com/marimerllc/csla/issues/1084) Backport sync context changes from v5.0
>
> ## CSLA .NET version 4.9.0 Release Notes
>
> The major enhancements are described in some detail in a [CSLA .NET 4.9.0 blog post](http://www.lhotka.net/weblog/CSLANETVersion49NewFeatures.aspx).
>
> ### Dependabot and NuGet dependencies
> We've started using Dependabot to help keep NuGet dependencies current. As a result, the following updates are included in this release:
>
> * Bump Microsoft.AspNet.Razor from 2.0.20710 to 2.0.30506 in /Source
> * Bump Microsoft.EntityFrameworkCore from 2.1.4 to 2.2.0 in /Source
> * Bump System.Data.SqlClient from 4.5.1 to 4.6.0 in /Source
> * Bump Xamarin.Forms from 3.0.0.482510 to 3.4.0.1008975 in /Source
> * Bump Microsoft.EntityFrameworkCore from 2.0.2 to 2.1.4 in /Source
> * Bump System.Security.Principal.Windows from 4.5.0 to 4.5.1 in /Source
> * Bump System.Data.SqlClient from 4.4.3 to 4.5.1 in /Source
> * Bump Microsoft.AspNetCore from 2.0.2 to 2.1.6 in /Source
> * Bump Microsoft.AspNet.WebPages from 2.0.20710 to 3.2.7 in /Source
> * Bump System.ComponentModel.Annotations from 4.4.1 to 4.5.0 in /Source
> * [Security] Bump Microsoft.NETCore.UniversalWindowsPlatform
>
> ### Docs and wiki
> We've updated some of the docs and officially removed the wiki. All the wiki/docs content is now in the [/docs directory](https://github.com/MarimerLLC/csla/blob/master/docs/index.md).
>
> ### Data portal enhancements
>
> * [#993](https://github-redirect.dependabot.com/marimerllc/csla/issues/993) Implement `SaveAndMergeAsync` methods
> * [#972](https://github-redirect.dependabot.com/marimerllc/csla/issues/972) Implement data portal router
> * [#959](https://github-redirect.dependabot.com/marimerllc/csla/issues/959) Enhance data portal to use different endpoint per business type
> * [#961](https://github-redirect.dependabot.com/marimerllc/csla/issues/961) Create data portal health/instrumentation endpoint
> * [#1011](https://github-redirect.dependabot.com/marimerllc/csla/issues/1011) Implement `IsOffline` property for data portal
> * [#982](https://github-redirect.dependabot.com/marimerllc/csla/issues/982) Add new `IDataPortalFactory` singleton for page injection in ASP.NET Core
>
> ### Configuration enhancements
>
> * [#966](https://github-redirect.dependabot.com/marimerllc/csla/issues/966) Add fluent config types to CSLA: `Csla.Configuration.CslaConfiguration`
> * [#967](https://github-redirect.dependabot.com/marimerllc/csla/issues/967) Read CSLA config values from .NET Core config subsystem: `CslaConfigurationOptions`
> * [#1012](https://github-redirect.dependabot.com/marimerllc/csla/issues/1012) Implement `ConfigureCsla` extension method to `IConfiguration` for use in .NET Core configuration
> * [#982](https://github-redirect.dependabot.com/marimerllc/csla/issues/982) Implement `AddCsla` method for use in ASP.NET Core `ConfigureServices`
>
> ### Bug fixes
>
> * [#949](https://github-redirect.dependabot.com/marimerllc/csla/issues/949) [samples] Fix WinForms and WPF DataPortal configuration to use Azure
> * [#956](https://github-redirect.dependabot.com/marimerllc/csla/issues/956) [bug] Check for null User in authz rules
> * [#962](https://github-redirect.dependabot.com/marimerllc/csla/issues/962) [bug] Object not serializable (Csla.Core.ContextDictionary) after compiled with .Net Native tool chain and Optimize Code Enabled
> ... (truncated)
Changelog
*Sourced from [CSLA-Core's changelog](https://github.com/MarimerLLC/csla/blob/v4.10.0/releasenotes.md).*
> I am pleased to announce the release of CSLA .NET version 4.10.0.
>
> This is a bug fix release from 4.9.0.
>
> * [#1084](https://github-redirect.dependabot.com/marimerllc/csla/issues/1084) Backport sync context changes from v5.0
>
> ## CSLA .NET version 4.9.0 Release Notes
>
> The major enhancements are described in some detail in a [CSLA .NET 4.9.0 blog post](http://www.lhotka.net/weblog/CSLANETVersion49NewFeatures.aspx).
>
> ### Dependabot and NuGet dependencies
> We've started using Dependabot to help keep NuGet dependencies current. As a result, the following updates are included in this release:
>
> * Bump Microsoft.AspNet.Razor from 2.0.20710 to 2.0.30506 in /Source
> * Bump Microsoft.EntityFrameworkCore from 2.1.4 to 2.2.0 in /Source
> * Bump System.Data.SqlClient from 4.5.1 to 4.6.0 in /Source
> * Bump Xamarin.Forms from 3.0.0.482510 to 3.4.0.1008975 in /Source
> * Bump Microsoft.EntityFrameworkCore from 2.0.2 to 2.1.4 in /Source
> * Bump System.Security.Principal.Windows from 4.5.0 to 4.5.1 in /Source
> * Bump System.Data.SqlClient from 4.4.3 to 4.5.1 in /Source
> * Bump Microsoft.AspNetCore from 2.0.2 to 2.1.6 in /Source
> * Bump Microsoft.AspNet.WebPages from 2.0.20710 to 3.2.7 in /Source
> * Bump System.ComponentModel.Annotations from 4.4.1 to 4.5.0 in /Source
> * [Security] Bump Microsoft.NETCore.UniversalWindowsPlatform
>
> ### Docs and wiki
> We've updated some of the docs and officially removed the wiki. All the wiki/docs content is now in the [/docs directory](https://github.com/MarimerLLC/csla/blob/master/docs/index.md).
>
> ### Data portal enhancements
>
> * [#993](https://github-redirect.dependabot.com/marimerllc/csla/issues/993) Implement `SaveAndMergeAsync` methods
> * [#972](https://github-redirect.dependabot.com/marimerllc/csla/issues/972) Implement data portal router
> * [#959](https://github-redirect.dependabot.com/marimerllc/csla/issues/959) Enhance data portal to use different endpoint per business type
> * [#961](https://github-redirect.dependabot.com/marimerllc/csla/issues/961) Create data portal health/instrumentation endpoint
> * [#1011](https://github-redirect.dependabot.com/marimerllc/csla/issues/1011) Implement `IsOffline` property for data portal
> * [#982](https://github-redirect.dependabot.com/marimerllc/csla/issues/982) Add new `IDataPortalFactory` singleton for page injection in ASP.NET Core
>
> ### Configuration enhancements
>
> * [#966](https://github-redirect.dependabot.com/marimerllc/csla/issues/966) Add fluent config types to CSLA: `Csla.Configuration.CslaConfiguration`
> * [#967](https://github-redirect.dependabot.com/marimerllc/csla/issues/967) Read CSLA config values from .NET Core config subsystem: `CslaConfigurationOptions`
> * [#1012](https://github-redirect.dependabot.com/marimerllc/csla/issues/1012) Implement `ConfigureCsla` extension method to `IConfiguration` for use in .NET Core configuration
> * [#982](https://github-redirect.dependabot.com/marimerllc/csla/issues/982) Implement `AddCsla` method for use in ASP.NET Core `ConfigureServices`
>
> ### Bug fixes
>
> * [#949](https://github-redirect.dependabot.com/marimerllc/csla/issues/949) [samples] Fix WinForms and WPF DataPortal configuration to use Azure
> * [#956](https://github-redirect.dependabot.com/marimerllc/csla/issues/956) [bug] Check for null User in authz rules
> * [#962](https://github-redirect.dependabot.com/marimerllc/csla/issues/962) [bug] Object not serializable (Csla.Core.ContextDictionary) after compiled with .Net Native tool chain and Optimize Code Enabled
>
> ... (truncated)
Commits
- [`616ed42`](https://github.com/MarimerLLC/csla/commit/616ed420444608471c797309ff7e998d45896ead) Merge pull request [#1097](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1097) from rockfordlhotka/v4.x
- [`4c3a0eb`](https://github.com/MarimerLLC/csla/commit/4c3a0eb50f83716453cac4a37d74652b382efe37) Update releasenotes.md
- [`e839f5f`](https://github.com/MarimerLLC/csla/commit/e839f5f6280222aaafe27197313873d93d9d1536) Merge pull request [#1096](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1096) from rockfordlhotka/1073-synccontext
- [`85f0b2b`](https://github.com/MarimerLLC/csla/commit/85f0b2bfb2d0fc275fdcf3ea344c2bd62d36adae) [#1084](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1084) Update version numbers to 4.10.0
- [`73c449a`](https://github.com/MarimerLLC/csla/commit/73c449a17218ecd0271492e658514a04bbf5ef71) [#1084](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1084) Pass SynchronizationContext in factory calls if one exists (back-port f...
- [`21d4fcf`](https://github.com/MarimerLLC/csla/commit/21d4fcfdac0cdd9dccdc5a027d90dfe96c6308cb) Merge pull request [#1054](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1054) from rockfordlhotka/instrumentation
- [`ad8dbe8`](https://github.com/MarimerLLC/csla/commit/ad8dbe8bface1f665b6b82fae4d4b59f96a78340) [#971](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/971) Update release notes; Update some samples to 4.9.0
- [`4254029`](https://github.com/MarimerLLC/csla/commit/425402950ff08856ea1fde80909e61eeb48dafb8) Merge pull request [#1052](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1052) from rockfordlhotka/instrumentation
- [`18de2c1`](https://github.com/MarimerLLC/csla/commit/18de2c1e2a74d4f75a8b4c8f896ac15ed5115a52) [#967](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/967) Update nuspec file and csproj file with necessary dependency references.
- [`033e905`](https://github.com/MarimerLLC/csla/commit/033e905b9d6d0480172ba8758a39266d732f807c) Merge pull request [#1051](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1051) from rockfordlhotka/instrumentation
- Additional commits viewable in [compare view](https://github.com/MarimerLLC/csla/compare/v4.6.100...v4.10.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps CSLA-Core from 4.6.100 to 4.10.0.
Release notes
*Sourced from [CSLA-Core's releases](https://github.com/MarimerLLC/csla/releases).* > ## Version 4.10.0 release > I am pleased to announce the release of CSLA .NET version 4.10.0. > > This is a bug fix release from 4.9.0. > > * [#1084](https://github-redirect.dependabot.com/marimerllc/csla/issues/1084) Backport sync context changes from v5.0 > > ## CSLA .NET version 4.9.0 Release Notes > > The major enhancements are described in some detail in a [CSLA .NET 4.9.0 blog post](http://www.lhotka.net/weblog/CSLANETVersion49NewFeatures.aspx). > > ### Dependabot and NuGet dependencies > We've started using Dependabot to help keep NuGet dependencies current. As a result, the following updates are included in this release: > > * Bump Microsoft.AspNet.Razor from 2.0.20710 to 2.0.30506 in /Source > * Bump Microsoft.EntityFrameworkCore from 2.1.4 to 2.2.0 in /Source > * Bump System.Data.SqlClient from 4.5.1 to 4.6.0 in /Source > * Bump Xamarin.Forms from 3.0.0.482510 to 3.4.0.1008975 in /Source > * Bump Microsoft.EntityFrameworkCore from 2.0.2 to 2.1.4 in /Source > * Bump System.Security.Principal.Windows from 4.5.0 to 4.5.1 in /Source > * Bump System.Data.SqlClient from 4.4.3 to 4.5.1 in /Source > * Bump Microsoft.AspNetCore from 2.0.2 to 2.1.6 in /Source > * Bump Microsoft.AspNet.WebPages from 2.0.20710 to 3.2.7 in /Source > * Bump System.ComponentModel.Annotations from 4.4.1 to 4.5.0 in /Source > * [Security] Bump Microsoft.NETCore.UniversalWindowsPlatform > > ### Docs and wiki > We've updated some of the docs and officially removed the wiki. All the wiki/docs content is now in the [/docs directory](https://github.com/MarimerLLC/csla/blob/master/docs/index.md). > > ### Data portal enhancements > > * [#993](https://github-redirect.dependabot.com/marimerllc/csla/issues/993) Implement `SaveAndMergeAsync` methods > * [#972](https://github-redirect.dependabot.com/marimerllc/csla/issues/972) Implement data portal router > * [#959](https://github-redirect.dependabot.com/marimerllc/csla/issues/959) Enhance data portal to use different endpoint per business type > * [#961](https://github-redirect.dependabot.com/marimerllc/csla/issues/961) Create data portal health/instrumentation endpoint > * [#1011](https://github-redirect.dependabot.com/marimerllc/csla/issues/1011) Implement `IsOffline` property for data portal > * [#982](https://github-redirect.dependabot.com/marimerllc/csla/issues/982) Add new `IDataPortalFactory` singleton for page injection in ASP.NET Core > > ### Configuration enhancements > > * [#966](https://github-redirect.dependabot.com/marimerllc/csla/issues/966) Add fluent config types to CSLA: `Csla.Configuration.CslaConfiguration` > * [#967](https://github-redirect.dependabot.com/marimerllc/csla/issues/967) Read CSLA config values from .NET Core config subsystem: `CslaConfigurationOptions` > * [#1012](https://github-redirect.dependabot.com/marimerllc/csla/issues/1012) Implement `ConfigureCsla` extension method to `IConfiguration` for use in .NET Core configuration > * [#982](https://github-redirect.dependabot.com/marimerllc/csla/issues/982) Implement `AddCsla` method for use in ASP.NET Core `ConfigureServices` > > ### Bug fixes > > * [#949](https://github-redirect.dependabot.com/marimerllc/csla/issues/949) [samples] Fix WinForms and WPF DataPortal configuration to use Azure > * [#956](https://github-redirect.dependabot.com/marimerllc/csla/issues/956) [bug] Check for null User in authz rules > * [#962](https://github-redirect.dependabot.com/marimerllc/csla/issues/962) [bug] Object not serializable (Csla.Core.ContextDictionary) after compiled with .Net Native tool chain and Optimize Code Enabled > ... (truncated)Changelog
*Sourced from [CSLA-Core's changelog](https://github.com/MarimerLLC/csla/blob/v4.10.0/releasenotes.md).* > I am pleased to announce the release of CSLA .NET version 4.10.0. > > This is a bug fix release from 4.9.0. > > * [#1084](https://github-redirect.dependabot.com/marimerllc/csla/issues/1084) Backport sync context changes from v5.0 > > ## CSLA .NET version 4.9.0 Release Notes > > The major enhancements are described in some detail in a [CSLA .NET 4.9.0 blog post](http://www.lhotka.net/weblog/CSLANETVersion49NewFeatures.aspx). > > ### Dependabot and NuGet dependencies > We've started using Dependabot to help keep NuGet dependencies current. As a result, the following updates are included in this release: > > * Bump Microsoft.AspNet.Razor from 2.0.20710 to 2.0.30506 in /Source > * Bump Microsoft.EntityFrameworkCore from 2.1.4 to 2.2.0 in /Source > * Bump System.Data.SqlClient from 4.5.1 to 4.6.0 in /Source > * Bump Xamarin.Forms from 3.0.0.482510 to 3.4.0.1008975 in /Source > * Bump Microsoft.EntityFrameworkCore from 2.0.2 to 2.1.4 in /Source > * Bump System.Security.Principal.Windows from 4.5.0 to 4.5.1 in /Source > * Bump System.Data.SqlClient from 4.4.3 to 4.5.1 in /Source > * Bump Microsoft.AspNetCore from 2.0.2 to 2.1.6 in /Source > * Bump Microsoft.AspNet.WebPages from 2.0.20710 to 3.2.7 in /Source > * Bump System.ComponentModel.Annotations from 4.4.1 to 4.5.0 in /Source > * [Security] Bump Microsoft.NETCore.UniversalWindowsPlatform > > ### Docs and wiki > We've updated some of the docs and officially removed the wiki. All the wiki/docs content is now in the [/docs directory](https://github.com/MarimerLLC/csla/blob/master/docs/index.md). > > ### Data portal enhancements > > * [#993](https://github-redirect.dependabot.com/marimerllc/csla/issues/993) Implement `SaveAndMergeAsync` methods > * [#972](https://github-redirect.dependabot.com/marimerllc/csla/issues/972) Implement data portal router > * [#959](https://github-redirect.dependabot.com/marimerllc/csla/issues/959) Enhance data portal to use different endpoint per business type > * [#961](https://github-redirect.dependabot.com/marimerllc/csla/issues/961) Create data portal health/instrumentation endpoint > * [#1011](https://github-redirect.dependabot.com/marimerllc/csla/issues/1011) Implement `IsOffline` property for data portal > * [#982](https://github-redirect.dependabot.com/marimerllc/csla/issues/982) Add new `IDataPortalFactory` singleton for page injection in ASP.NET Core > > ### Configuration enhancements > > * [#966](https://github-redirect.dependabot.com/marimerllc/csla/issues/966) Add fluent config types to CSLA: `Csla.Configuration.CslaConfiguration` > * [#967](https://github-redirect.dependabot.com/marimerllc/csla/issues/967) Read CSLA config values from .NET Core config subsystem: `CslaConfigurationOptions` > * [#1012](https://github-redirect.dependabot.com/marimerllc/csla/issues/1012) Implement `ConfigureCsla` extension method to `IConfiguration` for use in .NET Core configuration > * [#982](https://github-redirect.dependabot.com/marimerllc/csla/issues/982) Implement `AddCsla` method for use in ASP.NET Core `ConfigureServices` > > ### Bug fixes > > * [#949](https://github-redirect.dependabot.com/marimerllc/csla/issues/949) [samples] Fix WinForms and WPF DataPortal configuration to use Azure > * [#956](https://github-redirect.dependabot.com/marimerllc/csla/issues/956) [bug] Check for null User in authz rules > * [#962](https://github-redirect.dependabot.com/marimerllc/csla/issues/962) [bug] Object not serializable (Csla.Core.ContextDictionary) after compiled with .Net Native tool chain and Optimize Code Enabled > > ... (truncated)Commits
- [`616ed42`](https://github.com/MarimerLLC/csla/commit/616ed420444608471c797309ff7e998d45896ead) Merge pull request [#1097](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1097) from rockfordlhotka/v4.x - [`4c3a0eb`](https://github.com/MarimerLLC/csla/commit/4c3a0eb50f83716453cac4a37d74652b382efe37) Update releasenotes.md - [`e839f5f`](https://github.com/MarimerLLC/csla/commit/e839f5f6280222aaafe27197313873d93d9d1536) Merge pull request [#1096](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1096) from rockfordlhotka/1073-synccontext - [`85f0b2b`](https://github.com/MarimerLLC/csla/commit/85f0b2bfb2d0fc275fdcf3ea344c2bd62d36adae) [#1084](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1084) Update version numbers to 4.10.0 - [`73c449a`](https://github.com/MarimerLLC/csla/commit/73c449a17218ecd0271492e658514a04bbf5ef71) [#1084](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1084) Pass SynchronizationContext in factory calls if one exists (back-port f... - [`21d4fcf`](https://github.com/MarimerLLC/csla/commit/21d4fcfdac0cdd9dccdc5a027d90dfe96c6308cb) Merge pull request [#1054](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1054) from rockfordlhotka/instrumentation - [`ad8dbe8`](https://github.com/MarimerLLC/csla/commit/ad8dbe8bface1f665b6b82fae4d4b59f96a78340) [#971](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/971) Update release notes; Update some samples to 4.9.0 - [`4254029`](https://github.com/MarimerLLC/csla/commit/425402950ff08856ea1fde80909e61eeb48dafb8) Merge pull request [#1052](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1052) from rockfordlhotka/instrumentation - [`18de2c1`](https://github.com/MarimerLLC/csla/commit/18de2c1e2a74d4f75a8b4c8f896ac15ed5115a52) [#967](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/967) Update nuspec file and csproj file with necessary dependency references. - [`033e905`](https://github.com/MarimerLLC/csla/commit/033e905b9d6d0480172ba8758a39266d732f807c) Merge pull request [#1051](https://github-redirect.dependabot.com/MarimerLLC/csla/issues/1051) from rockfordlhotka/instrumentation - Additional commits viewable in [compare view](https://github.com/MarimerLLC/csla/compare/v4.6.100...v4.10.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.