From 54a018453203c84e0120e815167bcf3d94dd825d Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:10:18 -0400 Subject: [PATCH] [master]: Changes for 6.16.z new branch (#1189) * Changes for 6.16.z new branch * removed the 6.12.z, it is absolute now --------- Co-authored-by: Satellite-QE Co-authored-by: omkarkhatavkar --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bca13f83..fd954bbe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,12 +10,12 @@ updates: schedule: interval: "daily" labels: + - '6.16.z' - "CherryPick" - "dependencies" - "6.15.z" - "6.14.z" - "6.13.z" - - "6.12.z" # Maintain dependencies for our GitHub Actions - package-ecosystem: "github-actions" @@ -23,9 +23,9 @@ updates: schedule: interval: "daily" labels: + - '6.16.z' - "CherryPick" - "dependencies" - "6.15.z" - "6.14.z" - "6.13.z" - - "6.12.z"