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:
Wanjohi
2025-04-12 13:41:42 +03:00
committed by GitHub
parent 39e187832a
commit 6b1521d7d4
2 changed files with 122 additions and 1 deletions

View File

@@ -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({