diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43b1d0b3..5c857a2e 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