Skip to content

Commit cf567e7

Browse files
vvalderrvPeter Mikus
authored andcommitted
ci: Add dependabot configuration file
Enabling weekly automated dependency updates for GHA. This keeps workflow dependencies current and ensures security fixes are applied promptly. Change-Id: I1d3a3985690867359a7311446548dd502081f272 Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
1 parent 985cc04 commit cf567e7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# SPDX-FileCopyrightText: 2025 The Linux Foundation
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
# To get started with Dependabot version updates, you'll need to specify which
6+
# package ecosystems to update and where the package manifests are located.
7+
# Please see the documentation for all configuration options:
8+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
9+
10+
version: 2
11+
updates:
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+

0 commit comments

Comments
 (0)