diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c857a2..8a0d0a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,8 +16,24 @@ updates: - "A:automerge" - dependencies open-pull-requests-limit: 5 - target: - # Specify the branches where you want to apply updates - branches: - - "release/*" - - "main" \ No newline at end of file + target-branch: "main" + + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + labels: + - "A:automerge" + - dependencies + open-pull-requests-limit: 5 + target-branch: "release/v1.x.x" + + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + labels: + - "A:automerge" + - dependencies + open-pull-requests-limit: 5 + target-branch: "release/v2.x.x" \ No newline at end of file