From d517be0d9a596c04094234fb8fc135fe03e3d265 Mon Sep 17 00:00:00 2001 From: ModeSevenIndustrialSolutions Date: Thu, 25 Sep 2025 11:47:43 +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: I8a3e073ca0d857440f935e726fffc2ab6598de50 Signed-off-by: ModeSevenIndustrialSolutions --- .github/dependabot.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50f6825a..3e3bfe15 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,12 @@ --- -# Dependabot configured for weekly NPM and Docker scans +# SPDX-License-Identifier: Apache-2.0 +# SPDX-FileCopyrightText: 2025 The Linux Foundation version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly' commit-message: - prefix: "Chore" + prefix: 'Chore' -- 2.16.6