From dd6b1519fb2cd9a088043fa37bb7733ff4c9bdd6 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 4 Nov 2024 11:34:42 -0600 Subject: [PATCH] Add new release branch to Dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d0ffc612..0514d2c23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,15 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + target-branch: release/0.16 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: release/0.16