Update dependabot.yml

This commit is contained in:
pacnpal
2025-01-28 10:02:55 -05:00
committed by GitHub
parent f452a20033
commit 930a6af9b0

View File

@@ -1,11 +1,18 @@
# 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 version: 2
updates: updates:
- package-ecosystem: "pip" # See documentation for possible values - package-ecosystem: "pip"
directory: "/" # Location of package manifests directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
commit-message:
prefix: "chore(deps)"
labels:
- "dependencies"
commit-message:
prefix: "fix(deps)"
auto-merge: true
allow:
- dependency-type: "all"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]