Skip to content

Commit

Permalink
chore: add dependabot.yml
Browse files Browse the repository at this point in the history
Test dependabot groups
  • Loading branch information
apeabody authored Oct 20, 2023
1 parent 111f1de commit c747bbf
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 c747bbf

Please sign in to comment.