Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2026

This PR contains the following updates:

Package Type Update Change
redis service digest 47200b0 β†’ 73dad42

Configuration

πŸ“… Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

Code Coverage

Package Line Rate Complexity Health
Command/AliasAddCommand.php 93% 12 βœ”
Command/DKIMDisableCommand.php 96% 6 βœ”
Command/DKIMSetupCommand.php 95% 16 βœ”
Command/DomainAddCommand.php 94% 6 βœ”
Command/FetchmailAccountAddCommand.php 93% 9 βœ”
Command/InitSetupCommand.php 100% 13 βœ”
Command/RedisSyncCommand.php 90% 4 βœ”
Command/SystemCheckCommand.php 94% 24 βœ”
Command/Trait/ConnectionCheckTrait.php 73% 3 βž–
Command/UserAddCommand.php 80% 11 βž–
Command/VersionCheckCommand.php 100% 13 βœ”
Controller/Admin/AliasCrudController.php 76% 11 βž–
Controller/Admin/DKIMCrudController.php 98% 6 βœ”
Controller/Admin/DashboardController.php 97% 10 βœ”
Controller/Admin/DnsWizardAction.php 94% 7 βœ”
Controller/Admin/DomainCrudController.php 96% 5 βœ”
Controller/Admin/Observability/DovecotStatsController.php 100% 22 βœ”
Controller/Admin/Observability/RspamdStatsController.php 98% 11 βœ”
Controller/Admin/UserCrudController.php 79% 18 βž–
Controller/Autoconfig/AutoconfigAction.php 100% 4 βœ”
Controller/Autoconfig/AutodiscoverAction.php 100% 4 βœ”
Controller/Security/LoginAction.php 100% 3 βœ”
Controller/Security/LogoutAction.php 100% 1 βœ”
Controller/User/ChangePasswordAction.php 96% 6 βœ”
Controller/User/FetchmailAccountController.php 69% 16 βž–
Controller/User/MobileConfigAction.php 67% 4 βž–
DependencyInjection/Compiler/AppSecretGeneratorCompilerPass.php 100% 7 βœ”
Entity/Alias.php 100% 9 βœ”
Entity/DkimInfoTrait.php 100% 6 βœ”
Entity/Domain.php 100% 13 βœ”
Entity/FetchmailAccount.php 100% 17 βœ”
Entity/User.php 88% 30 βœ”
Exception/DKIM/DomainKeyNotFoundException.php 0% 0 ❌
Exception/DomainNotFoundException.php 100% 1 βœ”
Exception/Dovecot/DoveadmAuthenticationException.php 0% 0 ❌
Exception/Dovecot/DoveadmConnectionException.php 0% 0 ❌
Exception/Dovecot/DoveadmException.php 0% 0 ❌
Exception/Dovecot/DoveadmResponseException.php 0% 0 ❌
Factory/UserFactory.php 100% 5 βœ”
Form/Type/ChangePasswordType.php 100% 2 βœ”
Form/Type/OAuthRegisterType.php 100% 2 βœ”
Kernel.php 0% 1 ❌
Repository/AliasRepository.php 100% 1 βœ”
Repository/DomainRepository.php 100% 1 βœ”
Repository/FetchmailAccountRepository.php 100% 1 βœ”
Repository/UserRepository.php 85% 4 βœ”
Service/ApplicationVersionService.php 100% 8 βœ”
Service/ConnectionCheckService.php 100% 28 βœ”
Service/DKIM/Config/Manager.php 100% 2 βœ”
Service/DKIM/Config/MapGenerator.php 100% 7 βœ”
Service/DKIM/DKIMStatus.php 100% 5 βœ”
Service/DKIM/DKIMStatusService.php 100% 7 βœ”
Service/DKIM/DomainKeyReaderService.php 100% 4 βœ”
Service/DKIM/FormatterService.php 100% 1 βœ”
Service/DKIM/KeyGenerationService.php 100% 3 βœ”
Service/DKIM/KeyPair.php 100% 3 βœ”
Service/DKIM/RuntimeDataLoader.php 100% 3 βœ”
Service/DnsWizard/Check/ARecordCheck.php 100% 10 βœ”
Service/DnsWizard/Check/AaaaRecordCheck.php 100% 10 βœ”
Service/DnsWizard/Check/AutodiscoveryRecordCheck.php 100% 28 βœ”
Service/DnsWizard/Check/DkimRecordCheck.php 100% 8 βœ”
Service/DnsWizard/Check/DmarcRecordCheck.php 100% 10 βœ”
Service/DnsWizard/Check/DnsCheckInterface.php 0% 0 ❌
Service/DnsWizard/Check/MxRecordCheck.php 100% 10 βœ”
Service/DnsWizard/Check/PtrRecordCheck.php 100% 8 βœ”
Service/DnsWizard/Check/SpfRecordCheck.php 100% 10 βœ”
Service/DnsWizard/DnsLookupInterface.php 0% 0 ❌
Service/DnsWizard/DnsWizardRow.php 100% 1 βœ”
Service/DnsWizard/DnsWizardStatus.php 0% 0 ❌
Service/DnsWizard/DnsWizardValidator.php 100% 6 βœ”
Service/DnsWizard/ExpectedHostIps.php 100% 2 βœ”
Service/DnsWizard/HostIpResolver.php 98% 17 βœ”
Service/DnsWizard/NativeDnsLookup.php 70% 44 βž–
Service/DnsWizard/Scopes.php 0% 1 ❌
Service/Dovecot/DTO/DoveadmHealthDto.php 100% 7 βœ”
Service/Dovecot/DTO/HealthStatus.php 0% 0 ❌
Service/Dovecot/DTO/RateSeriesDto.php 100% 9 βœ”
Service/Dovecot/DTO/StatsDumpDto.php 67% 9 βž–
Service/Dovecot/DoveadmHttpClient.php 81% 76 βœ”
Service/Dovecot/DovecotChartFactory.php 99% 9 βœ”
Service/Dovecot/DovecotRateCalculator.php 100% 21 βœ”
Service/Dovecot/DovecotStatsSampler.php 97% 17 βœ”
Service/FetchmailAccount/AccountData.php 100% 1 βœ”
Service/FetchmailAccount/AccountWriter.php 75% 4 βž–
Service/FetchmailAccount/RedisKeys.php 75% 4 βž–
Service/FetchmailAccount/RuntimeData.php 0% 0 ❌
Service/FetchmailAccount/RuntimeDataLoader.php 100% 4 βœ”
Service/GitHubTagService.php 100% 8 βœ”
Service/MobileConfig/MobileConfigService.php 89% 14 βœ”
Service/Rspamd/DTO/ActionDistributionDto.php 91% 9 βœ”
Service/Rspamd/DTO/ActionThresholdDto.php 100% 1 βœ”
Service/Rspamd/DTO/HealthDto.php 100% 7 βœ”
Service/Rspamd/DTO/HistoryRowDto.php 100% 1 βœ”
Service/Rspamd/DTO/KpiValueDto.php 14% 7 ❌
Service/Rspamd/DTO/RspamdSummaryDto.php 100% 1 βœ”
Service/Rspamd/DTO/SymbolCounterDto.php 100% 1 βœ”
Service/Rspamd/DTO/TimeSeriesDto.php 100% 5 βœ”
Service/Rspamd/RspamdChartFactory.php 96% 24 βœ”
Service/Rspamd/RspamdClientException.php 100% 5 βœ”
Service/Rspamd/RspamdConstants.php 0% 1 ❌
Service/Rspamd/RspamdControllerClient.php 94% 33 βœ”
Service/Rspamd/RspamdStatsService.php 87% 117 βœ”
Service/Security/Roles.php 0% 1 ❌
Service/Security/User/OAuth/AccountConnector.php 100% 3 βœ”
Service/Security/User/OAuth/DenyRegistrationSubscriber.php 100% 5 βœ”
Service/Security/User/OAuth/RegistrationFormHandler.php 100% 6 βœ”
Service/Security/User/OAuth/UserProvider.php 100% 18 βœ”
Service/Security/Voter/DomainAdminVoter.php 100% 10 βœ”
Service/Security/Voter/FetchmailAccountVoter.php 100% 8 βœ”
Service/UserChangeListener.php 100% 5 βœ”
Subscriber/DKIM/ConfigSyncSubscriber.php 100% 5 βœ”
Subscriber/DKIM/CreatePrivateKeyOnActivationSubscriber.php 92% 8 βœ”
Twig/VersionExtension.php 100% 9 βœ”
Validator/DomainName.php 100% 1 βœ”
Validator/DomainNameValidator.php 74% 12 βž–
Summary 92% (2837 / 3078) 1067 βœ”

Minimum allowed line rate is 60%

@renovate renovate bot merged commit 59a4865 into main Jan 17, 2026
4 checks passed
@renovate renovate bot deleted the renovate/redis branch January 17, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant