Skip to content

Commit 3ba8c94

Browse files
committed
Added dependabot
1 parent 07b68af commit 3ba8c94

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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"

.github/release-drafter.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)