From e0cfbce2b192b13d7f2fc23ad7222053257d1d38 Mon Sep 17 00:00:00 2001 From: manilk1x Date: Thu, 9 Apr 2026 10:06:12 +0530 Subject: [PATCH] Convert CRLF to LF --- .github/dependabot.yml | 60 +++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da96f41c..7fc68700 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,31 +1,31 @@ -# SPDX-FileCopyrightText: (C) 2025 Intel Corporation -# SPDX-License-Identifier: Apache-2.0 - ---- -version: 2 -updates: - - package-ecosystem: "gomod" - directories: - - "/" - schedule: - interval: daily - open-pull-requests-limit: 3 - commit-message: - prefix: "[gomod] " - groups: - dependencies: - patterns: - - "*" - exclude-patterns: # Internal dependencies are update into separate PRs. - - "*open-edge-platform*" - internal-dependencies: - patterns: - - "*open-edge-platform*" - - package-ecosystem: "github-actions" - directories: - - "/" # this enables searching only in /.github/workflows directory - schedule: - interval: daily - open-pull-requests-limit: 10 - commit-message: +# SPDX-FileCopyrightText: (C) 2025 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + +--- +version: 2 +updates: + - package-ecosystem: "gomod" + directories: + - "/" + schedule: + interval: daily + open-pull-requests-limit: 3 + commit-message: + prefix: "[gomod] " + groups: + dependencies: + patterns: + - "*" + exclude-patterns: # Internal dependencies are update into separate PRs. + - "*open-edge-platform*" + internal-dependencies: + patterns: + - "*open-edge-platform*" + - package-ecosystem: "github-actions" + directories: + - "/" # this enables searching only in /.github/workflows directory + schedule: + interval: daily + open-pull-requests-limit: 10 + commit-message: prefix: "[gha] " \ No newline at end of file