Feat: Enable Dependabot 20/116020/1 master
authorAnil Belur <abelur@linuxfoundation.org>
Sun, 23 Mar 2025 06:33:02 +0000 (16:33 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sun, 23 Mar 2025 06:35:30 +0000 (16:35 +1000)
Enable dependabot to work together with the Github2Gerrit
workflow ensuring workflows are updated with the latest releases.

Change-Id: Ieb701df15d805d90d7c8ac1188a9bd80cd00aa1b
Signed-off-by: Anil Belur <abelur@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..5fe32ab
--- /dev/null
@@ -0,0 +1,15 @@
+---
+# SPDX-FileCopyrightText: 2025 The Linux Foundation
+# SPDX-License-Identifier: Apache-2.0
+
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"