From: ModeSevenIndustrialSolutions Date: Thu, 25 Sep 2025 10:56:26 +0000 (+0100) Subject: CI: Add .github/dependabot.yml configuration X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7d7986766beacbfb2139ed33d52d2168ac91e585;p=portal%2Fnonrtric-controlpanel.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: I936762fb8f42f3b00e7a34ca3a41d6398d7e8ad5 Signed-off-by: Matthew Watkins --- 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'