From 96f4d0c774afc1a1de6768c560deae7f799be70e Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Mon, 16 Dec 2024 18:59:04 +0000 Subject: [PATCH 1/5] add dependaboat to check upgrades daily --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..f5e5bef9fbc93 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License +--- +version: 2 +updates: + - package-ecosystem: "pip" + directories: + - "/clients/python" + - "/docker_tests" + - "/" + schedule: + interval: "daily" From 579144cc2b58642520682195afb78e335c5fe3db Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Mon, 16 Dec 2024 19:24:21 +0000 Subject: [PATCH 2/5] add task_sdk to dependaboat directories list --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f5e5bef9fbc93..317dd248f05ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,7 @@ updates: directories: - "/clients/python" - "/docker_tests" + - "/task_sdk" - "/" schedule: interval: "daily" From 1b26f56e8906e6fd23df2d08147436d52ccee17f Mon Sep 17 00:00:00 2001 From: GPK Date: Mon, 16 Dec 2024 19:34:09 +0000 Subject: [PATCH 3/5] Update .github/dependabot.yml Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 317dd248f05ec..524e827a043a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,4 +24,4 @@ updates: - "/task_sdk" - "/" schedule: - interval: "daily" + interval: daily From f4c226238bfcece4fde65a69ded808c46171209b Mon Sep 17 00:00:00 2001 From: GPK Date: Mon, 16 Dec 2024 19:41:51 +0000 Subject: [PATCH 4/5] Remove quotes Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 524e827a043a7..79ae49e4196a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,11 +17,11 @@ --- version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: pip directories: - - "/clients/python" - - "/docker_tests" - - "/task_sdk" - - "/" + - /clients/python + - /docker_tests + - /task_sdk + - / schedule: interval: daily From 393f2705fbf9363412370644b2e336089a0b1a50 Mon Sep 17 00:00:00 2001 From: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:51:30 +0100 Subject: [PATCH 5/5] Update .github/dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79ae49e4196a3..9ec647351b532 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,7 @@ updates: - package-ecosystem: pip directories: - /clients/python + - /dev/breeze - /docker_tests - /task_sdk - /