Skip to content

Commit

Permalink
chore: do not enable Dependabot for go repos for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Dec 20, 2024
1 parent 76ed61a commit 7c19652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class RepositorySetup extends Construct {
provider,
});

if (!name.endsWith("-go")) {
if (!repository.name.endsWith("-go")) {
new RepositoryDependabotSecurityUpdates(this, "dependabot-security", {
repository: repository.name,
enabled: true,
Expand Down

0 comments on commit 7c19652

Please sign in to comment.