CI: Add .github/dependabot.yml configuration 30/15030/1
authorModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 10:57:03 +0000 (11:57 +0100)
committerModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 10:57:11 +0000 (11:57 +0100)
Add dependabot configuration for automatic GitHub Actions updates
with weekly schedule and 'Chore' commit prefix.

Issue-ID: CIMAN-33
Change-Id: I408cd2b2f4fa39a7994774f336527b69f048aa99
Signed-off-by: ModeSevenIndustrialSolutions <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'