From 707bd080c4810d8c049a46edc5573dd8bf186095 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Wed, 11 Sep 2024 14:14:02 +0200 Subject: [PATCH] Configure Dependabot to include 'version/0.x' branch (#2812) --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ace52b34..b9d08cb9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,27 @@ version: 2 updates: - package-ecosystem: "gradle" + target-branch: "master" directory: "/" schedule: interval: "daily" time: "02:00" + - package-ecosystem: "maven" + target-branch: "version/0.x" + directory: "/" + schedule: + interval: "daily" + time: "02:00" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "master" + schedule: + interval: "daily" + time: "02:00" - package-ecosystem: "github-actions" directory: "/" + target-branch: "version/0.x" schedule: interval: "daily" time: "02:00" +