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>
--- /dev/null
+---
+# 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"