We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a8a5b commit 7319717Copy full SHA for 7319717
.github/dependabot.yml
@@ -1,3 +1,6 @@
1
+# Copyright 2025 NVIDIA CORPORATION
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
version: 2
5
updates:
6
# Enable version updates for GitHub Actions
@@ -7,3 +10,9 @@ updates:
7
10
# Check the for updates once a week
8
11
schedule:
9
12
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