Skip to content

Commit

Permalink
Update dependabot.yml (#167)
Browse files Browse the repository at this point in the history
Enable Python package (pip) dependency updates

Signed-off-by: Modeseven Industrial Solutions <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Aug 5, 2024
1 parent 0a29a8f commit 45fbb46
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 The Linux Foundation <[email protected]>

# 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: "/"
Expand Down

0 comments on commit 45fbb46

Please sign in to comment.