Skip to content

Commit 7319717

Browse files
committed
Add gomod & license
1 parent c8a8a5b commit 7319717

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 NVIDIA CORPORATION
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
version: 2
25
updates:
36
# Enable version updates for GitHub Actions
@@ -7,3 +10,9 @@ updates:
710
# Check the for updates once a week
811
schedule:
912
interval: "weekly"
13+
# Enable version updates for Go modules
14+
- package-ecosystem: "gomod"
15+
# Look for Go modules in the `root` directory
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"

0 commit comments

Comments
 (0)