Add dependabot configuration for automatic GitHub Actions updates
with weekly schedule and 'Chore' commit prefix.
Issue-ID: CIMAN-33
Change-Id: I8f1a3ab674e6c4e7edde769ff05b192b44f4a981
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
--- /dev/null
+---
+# 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'