From dfe90175dc4b0938809e540d059dcd71e0f8b6bf Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Mon, 28 Oct 2024 11:15:10 -0400 Subject: [PATCH] Name the correct branch in dependabot config. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b61d8ac..4d11d01 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: trunk + target-branch: master schedule: interval: "monthly" time: "07:00"