We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700f5a2 commit 0f7778fCopy full SHA for 0f7778f
.github/dependabot.yml
@@ -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