From 855bc436dc1745a484db0135045bb5707781566c Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sat, 16 Nov 2024 15:10:49 -0800 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 36f3bd48f..85ca88d0d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,7 +7,7 @@ updates: # Check the pub.dev registry for updates every day (weekdays) schedule: interval: "monthly" - target-branch: "develop" + target-branch: "develop-postgres" # # Add default reviewers # reviewers: # - "palisadoes"