Skip to content

Commit

Permalink
Lebovits/fix dependabot (#803)
Browse files Browse the repository at this point in the history
* chore: update dependabot target branch for testing (#797)

* chore: group all dependabot updates into single PRs

* fix labeling permissions on repo while I'm at it
  • Loading branch information
nlebovits authored Jul 19, 2024
1 parent 80eb153 commit 8bc984a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,33 @@ updates:
schedule:
interval: 'daily'
target-branch: 'staging'
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'
groups:
all-actions:
patterns:
- '*'

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

- package-ecosystem: 'pip'
directory: '/data/src'
schedule:
interval: 'weekly'
target-branch: 'staging'
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'
groups:
all-pip:
patterns:
- '*'
2 changes: 1 addition & 1 deletion .github/workflows/label-and-assign.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Label and Assign Reviewers

on: [pull_request]
on: [pull_request_target]

jobs:
label:
Expand Down
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bc984a

Please sign in to comment.