Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #807

Merged
merged 16 commits into from
Jul 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lebovits/fix dependabot (#803)
* 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
commit 8bc984a0f936097af747cb732225c60322584f9c
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
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.

Loading