From 0c1bba58ef8ad0a2336beaf22baea8369e137922 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 30 May 2024 15:53:24 -0500 Subject: [PATCH] Set Dependabot target-branch for `1.0.x` branch --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d2f3ba6..55a5468f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: schedule: interval: weekly day: thursday + target-branch: '1.0.x' ignore: - dependency-name: '*' update-types: @@ -28,6 +29,7 @@ updates: schedule: interval: weekly day: friday + target-branch: '1.0.x' labels: - 'type: task' groups: