From: Anil Belur Date: Sun, 23 Mar 2025 06:33:02 +0000 (+1000) Subject: Feat: Enable Dependabot X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=HEAD;p=aaa.git Feat: Enable Dependabot 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 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5fe32abde --- /dev/null +++ b/.github/dependabot.yml @@ -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"