File tree Expand file tree Collapse file tree 2 files changed +30
-6
lines changed
Expand file tree Collapse file tree 2 files changed +30
-6
lines changed 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+ version : 2
7+ updates :
8+ - package-ecosystem : " cargo"
9+ directories :
10+ - " /policies/istio-gateway"
11+ schedule :
12+ interval : " weekly"
13+ labels :
14+ - " area/dependencies"
15+ - package-ecosystem : github-actions
16+ directory : /
17+ schedule :
18+ interval : " weekly"
19+ labels :
20+ - " area/dependencies"
21+ - package-ecosystem : gomod
22+ directories :
23+ - " /policies/harvester-pci-devices"
24+ - " /policies/harvester-restricted-network"
25+ - " /policies/harvester-restricted-network-vm"
26+ - " /policies/pod-mig-partitions"
27+ schedule :
28+ interval : " weekly"
29+ labels :
30+ - " area/dependencies"
Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ autolabeler:
3333 # Tag any PR with "!" in the subject as major update. In other words, breaking change
3434 - label : " kind/breaking-change"
3535 title : " /.*!:.*/"
36- - label : " area/dependencies"
37- title : " chore(deps)"
38- - label : " area/dependencies"
39- title : " fix(deps)"
40- - label : " area/dependencies"
41- title : " build(deps)"
4236 - label : " kind/feature"
4337 title : " feat"
4438 - label : " kind/bug"
You can’t perform that action at this time.
0 commit comments