Skip to content

update workflow

update workflow #6

Workflow file for this run

name: "Dependabot Checks"
version: 2
updates:
# maintain dependencies for pip
- package-ecosystem: pip
directory: "/"
target-branch: "main"
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- "Roman-Supernova-PIT/software-admins"
allow:
- dependency-type: direct
- dependency-type: indirect
commit-message:
prefix: "fix: "
# maintain dependencies for github-actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
reviewers:
- "sosey"
schedule:
interval: weekly
commit-message:
prefix: "fix: "