CI: Add .github/dependabot.yml configuration 84/15084/1
authorModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 11:19:10 +0000 (12:19 +0100)
committerModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 25 Sep 2025 11:19:17 +0000 (12:19 +0100)
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>
.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'