CI: Add .github/dependabot.yml configuration 20/15020/2
authorModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 10:54:18 +0000 (11:54 +0100)
committerModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 12:04:47 +0000 (13:04 +0100)
Add dependabot configuration for automatic GitHub Actions updates
with weekly schedule and 'Chore' commit prefix.

Issue-ID: CIMAN-33
Change-Id: Idb75a2feecc830f79a7779053f198efee4cb7705
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..3e3bfe1
--- /dev/null
@@ -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'