Skip to content

Commit

Permalink
Merge branch 'lebovits/fix-dependabot' into dependabot-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nlebovits authored Jul 19, 2024
2 parents 9cfeb5a + 6b1edfb commit b82a13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: '/'
schedule:
interval: 'daily'
target-branch: 'staging'
target-branch: 'dependabot-testing' # Change target branch for testing
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'
Expand All @@ -17,7 +17,7 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
target-branch: 'staging'
target-branch: 'dependabot-testing' # Change target branch for testing
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'
Expand All @@ -30,7 +30,7 @@ updates:
directory: '/data/src'
schedule:
interval: 'weekly'
target-branch: 'staging'
target-branch: 'dependabot-testing' # Change target branch for testing
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'
Expand Down

0 comments on commit b82a13a

Please sign in to comment.