Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
HuixinLai authored Oct 25, 2023
2 parents 6295b6d + 4a8179f commit f463380
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: /.github
schedule:
interval: "daily"
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: /cli
schedule:
interval: "daily"
commit-message:
prefix: "fix"
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: /infra/blueprint-test
schedule:
interval: "daily"
commit-message:
prefix: "fix"
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: /infra/module-swapper
schedule:
interval: "daily"
commit-message:
prefix: "fix"
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: /infra/utils/fbf
schedule:
interval: "daily"
commit-message:
prefix: "fix"
groups:
all:
patterns:
- "*"

0 comments on commit f463380

Please sign in to comment.