From 55e5afae077e63a55b53870077fcc1c39af68c99 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Fri, 24 May 2024 17:00:58 +0900 Subject: [PATCH] fix: debug update deps Signed-off-by: hlts2 --- .github/dependabot-cli.yaml | 33 ++++++++++++++-------------- .github/workflows/backport-deps.yaml | 26 ---------------------- .github/workflows/pr-auto-merge.yaml | 26 ---------------------- .github/workflows/sync.yaml | 30 ------------------------- .github/workflows/update-deps.yaml | 2 +- 5 files changed, 18 insertions(+), 99 deletions(-) delete mode 100644 .github/workflows/backport-deps.yaml delete mode 100644 .github/workflows/pr-auto-merge.yaml delete mode 100644 .github/workflows/sync.yaml diff --git a/.github/dependabot-cli.yaml b/.github/dependabot-cli.yaml index 27b0eec1..df9e6bcb 100644 --- a/.github/dependabot-cli.yaml +++ b/.github/dependabot-cli.yaml @@ -1,16 +1,17 @@ -job: - package-manager: gradle - allowed-updates: - - update-type: all - ignore-conditions: - - dependency-name: com.google.protobuf:protobuf-java - version-requirement: ">=3.25.1" - dependency-groups: - - name: gradle - rules: - patterns: - - "*" - source: - directory: / - provider: github - repo: vdaas/vald-client-java +input: + job: + package-manager: gradle + allowed-updates: + - update-type: all + ignore-conditions: + - dependency-name: com.google.protobuf:protobuf-java + version-requirement: ">=3.25.1" + dependency-groups: + - name: gradle + rules: + patterns: + - "*" + source: + directory: / + provider: github + repo: vdaas/vald-client-java diff --git a/.github/workflows/backport-deps.yaml b/.github/workflows/backport-deps.yaml deleted file mode 100644 index a0e3fe77..00000000 --- a/.github/workflows/backport-deps.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# -# Copyright (C) 2019-2024 vdaas.org vald team -# -# Licensed 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 -# -# 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. -# -name: "Run backport deps update PR" -on: - push: - branches: - - main -jobs: - backport: - uses: vdaas/vald-client-ci/.github/workflows/_backport-deps.yaml@feat/ci/backport-deps-update - secrets: - CI_TOKEN: ${{ secrets.DISPATCH_TOKEN }} - GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} diff --git a/.github/workflows/pr-auto-merge.yaml b/.github/workflows/pr-auto-merge.yaml deleted file mode 100644 index 0697842d..00000000 --- a/.github/workflows/pr-auto-merge.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# -# Copyright (C) 2019-2024 vdaas.org vald team -# -# Licensed 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 -# -# 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. -# -name: "Run automatically merge bot PR" -on: - pull_request: - -jobs: - auto-merge: - uses: vdaas/vald-client-ci/.github/workflows/_pr-auto-merge.yaml@feat/ci/backport-deps-update - with: - client_type: java - secrets: - CI_TOKEN: ${{ secrets.DISPATCH_TOKEN }} diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml deleted file mode 100644 index 37d2ffb9..00000000 --- a/.github/workflows/sync.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# -# Copyright (C) 2019-2024 vdaas.org vald team -# -# Licensed 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 -# -# 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. -# -# DO NOT EDIT -name: "Sync Vald" -on: - workflow_dispatch: - # schedule: - # - cron: "*/10 * * * *" -jobs: - sync: - uses: vdaas/vald-client-ci/.github/workflows/sync.yaml@main - with: - client_type: java - secrets: - CI_USER: ${{ secrets.DISPATCH_USER }} - CI_TOKEN: ${{ secrets.DISPATCH_TOKEN }} - GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} diff --git a/.github/workflows/update-deps.yaml b/.github/workflows/update-deps.yaml index 357e98c7..a120e48d 100644 --- a/.github/workflows/update-deps.yaml +++ b/.github/workflows/update-deps.yaml @@ -21,7 +21,7 @@ on: # - cron: "0 12 * * *" jobs: update: - uses: vdaas/vald-client-ci/.github/workflows/_update-deps.yaml@feat/ci/backport-deps-update + uses: vdaas/vald-client-ci/.github/workflows/_update-deps.yaml@@fix/add-directory-name with: config_file_path: .github/dependabot-cli.yaml pr_branch_name: chore/update-gradle