From a8d12d2b9d16918bf1feddd3a68f449c4c605456 Mon Sep 17 00:00:00 2001 From: ModeSevenIndustrialSolutions Date: Thu, 25 Sep 2025 11:54:47 +0100 Subject: [PATCH] CI: Add .github/dependabot.yml configuration Add dependabot configuration for automatic GitHub Actions updates with weekly schedule and 'Chore' commit prefix. Issue-ID: CIMAN-33 Change-Id: Iec7d8f8c94e227099b63cf5333376aca358c2beb Signed-off-by: Matthew Watkins --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3e3bfe1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +--- +# SPDX-License-Identifier: Apache-2.0 +# SPDX-FileCopyrightText: 2025 The Linux Foundation + +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + commit-message: + prefix: 'Chore' -- 2.16.6