CI: Add .github/dependabot.yml configuration 06/15006/1
authorModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 10:47:43 +0000 (11:47 +0100)
committerModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 10:47:55 +0000 (11:47 +0100)
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 <mwatkins@linuxfoundation.org>
.github/dependabot.yml

index 50f6825..3e3bfe1 100644 (file)
@@ -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'