Skip to content

Commit

Permalink
Add YARP submodule update to Dependabot (#1028)
Browse files Browse the repository at this point in the history
feat: add YARP submodule update to dependabot
  • Loading branch information
snutij authored Sep 20, 2023
1 parent 2f8630f commit 6898a28
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ updates:
groups:
minor-and-patch:
update-types:
- 'minor'
- 'patch'
- "minor"
- "patch"
exclude-patterns:
- 'yarp'
- "yarp"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "Shopify/ruby-dev-exp"
labels:
- "dependencies"
- "fixtures"

0 comments on commit 6898a28

Please sign in to comment.