We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1696c3 + ddbadd7 commit e34cddcCopy full SHA for e34cddc
1 file changed
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+---
2
+# SPDX-FileCopyrightText: (C) 2026 Intel Corporation
3
+# SPDX-License-Identifier: Apache-2.0
4
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+version: 2
7
+updates:
8
+ - package-ecosystem: "gomod"
9
+ directory: "/"
10
+ schedule:
11
+ interval: daily
12
+ open-pull-requests-limit: 10
13
+ commit-message:
14
+ prefix: "[gomod] "
15
+ labels:
16
+ - "gomod"
17
18
+ - package-ecosystem: "github-actions"
19
20
21
22
23
24
+ prefix: "[gha] "
25
26
+ - "github-actions"
0 commit comments