File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
7+
18version : 2
29updates :
10+ # Maintain dependencies for Go
311 - package-ecosystem : " gomod"
412 directory : " /"
513 schedule :
614 interval : " weekly"
7- allow :
8- - dependency-name : " github.com/DIMO-Network/model-garage"
9- commit-message :
10- prefix : " chore(deps)"
11- labels :
12- - " dependencies"
13- - " go"
15+ groups :
16+ go-mod :
17+ patterns :
18+ - " *"
19+
20+ # Maintain dependencies for GitHub Actions
21+ - package-ecosystem : " github-actions"
22+ directory : " /"
23+ schedule :
24+ interval : " weekly"
25+ groups :
26+ actions :
27+ patterns :
28+ - " *"
You can’t perform that action at this time.
0 commit comments