CI: Add .github/dependabot.yml configuration 28/15028/2
authorModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 10:56:26 +0000 (11:56 +0100)
committerModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 12:05:30 +0000 (13:05 +0100)
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 <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'