Skip to content

Commit 6df5f78

Browse files
authored
Merge branch 'main' into pre-post-merge
2 parents 507a5f4 + ddbadd7 commit 6df5f78

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
20+
schedule:
21+
interval: daily
22+
open-pull-requests-limit: 10
23+
commit-message:
24+
prefix: "[gha] "
25+
labels:
26+
- "github-actions"

0 commit comments

Comments
 (0)