Skip to content

Commit

Permalink
Merge pull request #786 from CodeForPhilly/lebovits/issu785-update-de…
Browse files Browse the repository at this point in the history
…pendabot

update dependabot to open all PRs against staging rather than main
  • Loading branch information
nlebovits authored Jul 18, 2024
2 parents 29edc7f + 484e0b4 commit edec5b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,25 @@ updates:
directory: '/'
schedule:
interval: 'daily'
target-branch: 'staging'
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
target-branch: 'staging'
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'

- package-ecosystem: 'pip'
directory: '/data/src'
schedule:
interval: 'weekly'
target-branch: 'staging'
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'

0 comments on commit edec5b2

Please sign in to comment.