Skip to content

Commit 9706c6e

Browse files
committed
Update dependabot config and git user settings
- Reduce open pull requests limit from 10 to 5 - Replace "rust" label with "bot" for consistency - Add "bot" label to github-actions updates - Change git commit author from github-actions to nerjs
1 parent d17a93f commit 9706c6e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ updates:
66
interval: weekly
77
time: "06:00"
88
target-branch: dependencies
9-
open-pull-requests-limit: 10
9+
open-pull-requests-limit: 5
1010
assignees:
1111
- nerjs
1212
labels:
1313
- dependencies
14-
- rust
14+
- bot
1515
groups:
1616
rust-minor-patch:
1717
update-types:
@@ -29,6 +29,7 @@ updates:
2929
- nerjs
3030
labels:
3131
- dependencies
32+
- bot
3233
- github-actions
3334
groups:
3435
gha-minor-patch:

.github/workflows/sync-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Configure git
2626
run: |
27-
git config user.name "github-actions[bot]"
28-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
27+
git config user.name "nerjs"
28+
git config user.email "nerjs.stap@gmail.com"
2929
3030
- name: Sync or prepare deps-sync
3131
id: sync

0 commit comments

Comments
 (0)