From 8b33ab3b57d6ed52e07be9241f11a781031b93d8 Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 29 Jan 2024 17:26:23 +0100 Subject: [PATCH 1/4] feat: added dependabot.yaml --- .github/dependabot.yaml | 67 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..80d7ba51e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,67 @@ +################################################################################# +# Catena-X - Digital Product Passport Application +# +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://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 govern in permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +################################################################################# + +--- +version: 2 +updates: + # Maven + - + package-ecosystem: "maven" + target-branch: main + directory: ./dpp-backend/digitalproductpass/ + labels: + - "dependabot" + - "dependencies" + schedule: + interval: "weekly" + + # Github Actions + - + package-ecosystem: "github-actions" + target-branch: main + directory: / + labels: + - "dependabot" + - "github-actions" + schedule: + interval: "weekly" + + # Docker + - + package-ecosystem: "docker" + target-branch: main + directory: ./dpp-backend/digitalproductpass/ + labels: + - "dependabot" + - "docker" + schedule: + interval: "weekly" + - + package-ecosystem: "docker" + target-branch: main + directory: / + labels: + - "dependabot" + - "docker" + schedule: + interval: "weekly" From 0e277a79e811f45899e56bb764023a9b9204f25c Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 29 Jan 2024 17:33:22 +0100 Subject: [PATCH 2/4] chore: update dependabot execution interval to daily --- .github/dependabot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 80d7ba51e..b69f5887a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -33,7 +33,7 @@ updates: - "dependabot" - "dependencies" schedule: - interval: "weekly" + interval: "daily" # Github Actions - @@ -44,7 +44,7 @@ updates: - "dependabot" - "github-actions" schedule: - interval: "weekly" + interval: "daily" # Docker - @@ -55,7 +55,7 @@ updates: - "dependabot" - "docker" schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "docker" target-branch: main @@ -64,4 +64,4 @@ updates: - "dependabot" - "docker" schedule: - interval: "weekly" + interval: "daily" From 538f5f76c11511cc54b667bb2c09607255a34909 Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Tue, 30 Jan 2024 11:15:11 +0100 Subject: [PATCH 3/4] chore: change to feature branch for testing dependabot --- .github/dependabot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b69f5887a..b20599e05 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -27,7 +27,7 @@ updates: # Maven - package-ecosystem: "maven" - target-branch: main + target-branch: feature/cmp-1103/dependabot directory: ./dpp-backend/digitalproductpass/ labels: - "dependabot" @@ -38,7 +38,7 @@ updates: # Github Actions - package-ecosystem: "github-actions" - target-branch: main + target-branch: feature/cmp-1103/dependabot directory: / labels: - "dependabot" @@ -49,7 +49,7 @@ updates: # Docker - package-ecosystem: "docker" - target-branch: main + target-branch: feature/cmp-1103/dependabot directory: ./dpp-backend/digitalproductpass/ labels: - "dependabot" @@ -58,7 +58,7 @@ updates: interval: "daily" - package-ecosystem: "docker" - target-branch: main + target-branch: feature/cmp-1103/dependabot directory: / labels: - "dependabot" From ad152d9cd883b13885fc1629797db744bdff003d Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 5 Feb 2024 11:21:23 +0100 Subject: [PATCH 4/4] chore: switched to the main branch --- .github/dependabot.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b20599e05..781bf4590 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,7 +2,7 @@ # Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA -# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -27,7 +27,7 @@ updates: # Maven - package-ecosystem: "maven" - target-branch: feature/cmp-1103/dependabot + target-branch: main directory: ./dpp-backend/digitalproductpass/ labels: - "dependabot" @@ -38,7 +38,7 @@ updates: # Github Actions - package-ecosystem: "github-actions" - target-branch: feature/cmp-1103/dependabot + target-branch: main directory: / labels: - "dependabot" @@ -49,7 +49,7 @@ updates: # Docker - package-ecosystem: "docker" - target-branch: feature/cmp-1103/dependabot + target-branch: main directory: ./dpp-backend/digitalproductpass/ labels: - "dependabot" @@ -58,7 +58,7 @@ updates: interval: "daily" - package-ecosystem: "docker" - target-branch: feature/cmp-1103/dependabot + target-branch: main directory: / labels: - "dependabot"