From: ModeSevenIndustrialSolutions Date: Thu, 25 Sep 2025 10:47:43 +0000 (+0100) Subject: CI: Add .github/dependabot.yml configuration X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d517be0d9a596c04094234fb8fc135fe03e3d265;p=it%2Fdep.git 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 --- 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'