-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdependabot.yml
56 lines (56 loc) · 1.75 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
labels:
- dependencies
# Create a group of dependencies to be updated together in one pull request
groups:
# Specify a name for the group, which will be used in pull request titles and branch names
k8s.io:
# Define patterns to include dependencies in the group (based on dependency name)
applies-to: version-updates # Applies the group rule to version updates
patterns:
- "k8s.io/*"
exclude-patterns:
- k8s.io/klog/*
- k8s.io/utils
- k8s.io/kube-openapi
- package-ecosystem: gomod
directory: /hack/generators/
schedule:
interval: daily
labels:
- dependencies
# Create a group of dependencies to be updated together in one pull request
groups:
# Specify a name for the group, which will be used in pull request titles and branch names
k8s.io:
# Define patterns to include dependencies in the group (based on dependency name)
applies-to: version-updates # Applies the group rule to version updates
patterns:
- "k8s.io/*"
exclude-patterns:
- k8s.io/klog/*
- k8s.io/utils
- k8s.io/kube-openapi
# Specify a name for the group, which will be used in pull request titles and branch names.
actions:
# Define patterns to include dependencies in the group (based on dependency name).
applies-to: version-updates # Applies the group rule to version updates.
patterns:
- "actions/*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
labels:
- github_actions
- package-ecosystem: docker
directory: /
schedule:
interval: daily
labels:
- docker