Skip to content

Commit 9dc86c7

Browse files
committed
Update dependabot config
This change updates the dependabot config to be more restrictive. We only allow gomod updates to github.com/opencontainers/runtime-spec for gomod dependencies and all github action updates. Signed-off-by: Evan Lezar <[email protected]>
1 parent fca2154 commit 9dc86c7

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
8-
ignore:
9-
- versions: ["*-rc.*"]
10-
11-
- package-ecosystem: gomod
12-
directory: "test/tools"
13-
schedule:
14-
interval: weekly
15-
open-pull-requests-limit: 10
16-
ignore:
17-
- versions: ["*-rc.*"]
8+
allow:
9+
- dependency-name: "github.com/opencontainers/runtime-spec"
10+
dependency-type: direct
1811

1912
- package-ecosystem: "github-actions"
2013
directory: "/"

0 commit comments

Comments
 (0)