commercetools / commercetools-email-retry-processor

Scheduled service which allows to send emails asynchronously and retry on errors.
1 stars 1 forks source link

[Hacktoberfest] Replace dependabot with renovate #82

Open ahalberkamp opened 2 years ago

ahalberkamp commented 2 years ago

Situation

commercetools-email-retry-processor is currently using dependabot to update dependencies

Problem

Github actions introduces a new security feature that treats dependabot PRs as forked PRs and doesn't allow them to have access to secrets. As commercetools-email-retry-processor uses secrets, tests will fail for PRs from dependabot.

Resolution

Replace dependabot with renovate. Dependabot is already being used in other Java repos, for example commercetools-payone-integration