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>
---
-# 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'