mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
⭐ feat(dependabot): Put a leash on it (#231)
## Description This attempts to limit the dependabot alerts to a week, plus make sure it works on all the projects <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Introduced an automated dependency update configuration to help keep all package ecosystems current. - **Bug Fixes** - Adjusted the email sender address configuration to ensure that outgoing communications display the intended sender details. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -10,7 +10,7 @@ export namespace Email {
|
||||
subject: string,
|
||||
body: string,
|
||||
) {
|
||||
from = from + "@" + Resource.Mail.sender;
|
||||
from = from + "@" + Resource.Email.sender;
|
||||
console.log("sending email", subject, from, to);
|
||||
await Client.send(
|
||||
new SendEmailCommand({
|
||||
|
||||
Reference in New Issue
Block a user