Skip to content

Commit

Permalink
make dependabot PRs at develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Apr 23, 2024
1 parent ea55871 commit 2a0093b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
target-branch: "develop"
open-pull-requests-limit: 3

# Maintain dependencies for pip packages
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
target-branch: "develop"
commit-message:
prefix: "pip runtime"
prefix-development: "pip dev"
Expand Down

0 comments on commit 2a0093b

Please sign in to comment.