Skip to content

Commit

Permalink
👷 Add pip to dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <ff137@proton.me>
  • Loading branch information
ff137 committed May 9, 2024
1 parent 84fc383 commit 018556b
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For details on how this file works refer to:
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# For details on how this file works refer to:
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Maintain dependencies for GitHub Actions
Expand All @@ -11,4 +11,18 @@ updates:
interval: weekly
groups:
all-actions:
patterns: [ "*" ]
patterns: ["*"]

# Maintain dependencies for Python
- package-ecosystem: pip
directory: /
schedule:
interval: daily
update-types:
- "minor"
- "major"
commit-message:
prefix: "chore(deps): "
labels:
- "dependencies"
- "python"

0 comments on commit 018556b

Please sign in to comment.