From 641fcf63275a0cfe486e62054d00731592892aae Mon Sep 17 00:00:00 2001 From: David Terpay <35130517+davidterpay@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:26:10 -0400 Subject: [PATCH] fix on dependabot (#63) --- .github/dependabot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43b1d0b..5c857a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,8 @@ updates: - "A:automerge" - dependencies open-pull-requests-limit: 5 - target-branches: - - "release/*" - - "main" + target: + # Specify the branches where you want to apply updates + branches: + - "release/*" + - "main" \ No newline at end of file