Skip to content

Commit

Permalink
fix: setting for actions update
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 099040e commit f365125
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/dependabot-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
input:
job:
package-manager: npm_and_yarn
package-manager: github_actions
allowed-updates:
- update-type: all
dependency-groups:
- name: npm
- name: actions
rules:
patterns:
- "*"
source:
directory: "/"
provider: github
repo: vdaas/vald-ci-labs

# input:
# job:
# package-manager: npm_and_yarn
# allowed-updates:
# - update-type: all
# dependency-groups:
# - name: npm
# rules:
# patterns:
# - "*"
# source:
# directory: "/"
# provider: github
# repo: vdaas/vald-ci-labs

# job:
# package-manager: npm_and_yarn
# allowed-updates:
Expand Down

0 comments on commit f365125

Please sign in to comment.