Skip to content

Commit

Permalink
fix: debug update deps
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed May 24, 2024
1 parent 229e40d commit 55e5afa
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 99 deletions.
33 changes: 17 additions & 16 deletions .github/dependabot-cli.yaml
Original file line number Diff line number Diff line change
@@ -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
26 changes: 0 additions & 26 deletions .github/workflows/backport-deps.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/pr-auto-merge.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/sync.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55e5afa

Please sign in to comment.