From 9ab0c377aa9f29cdf1cfc8776f37c5308ba4db9b Mon Sep 17 00:00:00 2001 From: Arihant Jain <105902781+arihant-confluent@users.noreply.github.com> Date: Fri, 24 May 2024 19:56:23 +0530 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..e257a6edbca --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# +# Copyright [2019 - 2019] Confluent Inc. +# + +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + target-branch: "5.0.x" From 1401a3da9a3c47c6b1a9f641d2531b2293f2f645 Mon Sep 17 00:00:00 2001 From: Arihant Jain <105902781+arihant-confluent@users.noreply.github.com> Date: Fri, 24 May 2024 19:57:43 +0530 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e257a6edbca..a61d4f7189e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,3 @@ -# -# Copyright [2019 - 2019] Confluent Inc. -# - version: 2 updates: - package-ecosystem: "maven"