Skip to content

Commit a5eb979

Browse files
[SCSB-240] group dependabot PRs monthly (#10531)
1 parent 4cfb54a commit a5eb979

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
version: 2
22
updates:
33

4-
# Maintain dependencies for GitHub Actions
54
- package-ecosystem: "github-actions"
65
directory: ".github/workflows"
76
target-branch: "main"
87
labels:
98
- automation
109
- dependencies
11-
- github_actions
1210
- no-changelog-entry-needed
1311
schedule:
14-
interval: "weekly"
12+
interval: "monthly"
1513
groups:
1614
actions:
1715
patterns:
1816
- "*"
1917
cooldown:
2018
default-days: 7
21-
reviewers:
19+
assignees:
2220
- "zacharyburnett"
2321

24-
# Maintain dependencies for pip
2522
- package-ecosystem: "pip"
2623
directory: "/"
2724
target-branch: "main"
2825
schedule:
29-
interval: "weekly"
26+
interval: "monthly"
3027
cooldown:
3128
default-days: 7
32-
reviewers:
29+
assignees:
3330
- "zacharyburnett"

0 commit comments

Comments
 (0)