diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07c22ac..55ad786 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,15 +2,20 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright 2024 The Linux Foundation -# 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/github/administering-a-repository/configuration-options-for-dependency-updates - name: "🤖 Dependabot Updates" version: 2 updates: + # prettier-ignore + - package-ecosystem: "pip" + # prettier-ignore + directory: "/" # Location of package manifests + commit-message: + prefix: "[dependabot] Chore:" + open-pull-requests-limit: 3 + schedule: + interval: "weekly" + # prettier-ignore - package-ecosystem: "github-actions" directory: "/"