diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb0e0d6..e1804be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,19 @@ updates: directory: / schedule: interval: daily + commit-message: + prefix: "github: " # Check for updates to Python packages - package-ecosystem: pip - directory: / + directory: /scripts + schedule: + interval: daily + commit-message: + prefix: "scripts: " + # Check for updates to Python packages for the documentation + - package-ecosystem: pip + directory: /doc schedule: interval: daily + commit-message: + prefix: "doc: "