Skip to content

Commit 50e6c5e

Browse files
ci: Update Dependabot configuration
- Add ignore rule for k8s.io/* dependencies - Remove k8s.io dependency grouping - Add GPU mockctl container directory for Docker updates - Reorganize configuration sections for clarity Ensures proper dependency management for GPU mock components. Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 3bb9465 commit 50e6c5e

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,31 @@
33

44
version: 2
55
updates:
6+
# main branch
67
- package-ecosystem: "gomod"
78
target-branch: main
89
directory: "/"
910
schedule:
1011
interval: "weekly"
1112
day: "sunday"
13+
ignore:
14+
- dependency-name: k8s.io/*
1215
labels:
1316
- dependencies
14-
groups:
15-
k8sio:
16-
patterns:
17-
- k8s.io/*
18-
exclude-patterns:
19-
- k8s.io/klog/*
20-
21-
- package-ecosystem: "github-actions"
22-
target-branch: main
23-
directory: "/"
24-
schedule:
25-
interval: "daily"
2617

2718
- package-ecosystem: "docker"
2819
target-branch: main
2920
directories:
30-
# Golang version
21+
# GPU mockctl image
22+
- "/deployments/devel/gpu-mock/container"
23+
# Other development images
3124
- "/deployments/devel"
3225
schedule:
3326
interval: "daily"
3427
labels:
3528
- dependencies
29+
30+
- package-ecosystem: "github-actions"
31+
directory: "/"
32+
schedule:
33+
interval: "daily"

0 commit comments

Comments
 (0)