From 2ac7e4bbf14cdc32da5d7fc5e4e0f54273a438ea Mon Sep 17 00:00:00 2001 From: Nitin Vavdiya Date: Wed, 29 May 2024 11:22:05 +0530 Subject: [PATCH 1/3] feat: dependabot workflow file added --- .github/workflows/dependabot.yml | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..a4d2fec0 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,35 @@ +# ******************************************************************************* +# Copyright (c) 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 governing permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************** +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/demand-capacity-mgmt-backend" + schedule: + interval: "daily" + open-pull-requests-limit: 5 + - package-ecosystem: "maven" + directory: "/demand-capacity-mgmt-specification" + schedule: + interval: "daily" + open-pull-requests-limit: 5 + - package-ecosystem: "npm" + directory: "/demand-capacity-mgmt-frontend" + schedule: + interval: "daily" + open-pull-requests-limit: 5 From a010ca00db5b16726155075765680d4748e87bd1 Mon Sep 17 00:00:00 2001 From: Nitin Vavdiya Date: Wed, 29 May 2024 11:23:47 +0530 Subject: [PATCH 2/3] direcory changed for dependabot config file --- .github/{workflows => }/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/dependabot.yml (100%) diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml From cd987593c66ce58a8b05440ac3ba3e2c5cc97fab Mon Sep 17 00:00:00 2001 From: Nitin Vavdiya Date: Wed, 29 May 2024 13:49:58 +0530 Subject: [PATCH 3/3] fix: formatting --- .github/dependabot.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a4d2fec0..1776f143 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,21 @@ # ******************************************************************************* # Copyright (c) 2024 Contributors to the Eclipse Foundation # -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. +# 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. +# 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 governing permissions and limitations -# under the License. +# 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. # -# SPDX-License-Identifier: Apache-2.0 -# ******************************************************************************** +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************** version: 2 updates: - package-ecosystem: "maven"