Skip to content

Commit 0f7778f

Browse files
committed
Add dependabot configuration
1 parent 700f5a2 commit 0f7778f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 2025, Intel Corporation
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
4+
version: 2
5+
updates:
6+
# Maintain dependencies for GitHub Actions
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
commit-message:
12+
prefix: "ci:"
13+
open-pull-requests-limit: 1
14+
groups:
15+
ga-dependencies:
16+
applies-to: version-updates
17+
patterns:
18+
- "*"
19+
ignore:
20+
- dependency-name: "*"
21+
update-types: ["version-update:semver-patch"] # Ignore patch updates

0 commit comments

Comments
 (0)