Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit f197efe

Browse files
committed
add dependabot config
Dependabot config matches the latest config from the controller library. Signed-off-by: Blaine Gardner <[email protected]>
1 parent 6dc6121 commit f197efe

File tree

1 file changed

+27
-0
lines changed
  • container-object-storage-interface-provisioner-sidecar/.github

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
enable-beta-ecosystems: true
3+
updates:
4+
5+
- package-ecosystem: "gomod"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
groups: # batch updates together for fewer dependabot PRs
10+
golang-dependencies:
11+
patterns:
12+
- "github.com/golang*"
13+
k8s-dependencies:
14+
patterns:
15+
- "k8s.io*"
16+
- "sigs.k8s.io*"
17+
exclude-patterns:
18+
# controller-runtime has history of breaking API changes more often than other k8s projects
19+
- "sigs.k8s.io/controller-runtime"
20+
github-dependencies:
21+
patterns:
22+
- "github.com*"
23+
24+
- package-ecosystem: "docker"
25+
directory: "/"
26+
schedule:
27+
interval: "weekly"

0 commit comments

Comments
 (0)