Skip to content

Commit fade89b

Browse files
authored
Merge pull request #2350 from IntelPython/backport-dependabot-grouping
Group Dependabot version updates into a single weekly PR per ecosystem
2 parents c1df572 + a8956bc commit fade89b

2 files changed

Lines changed: 15 additions & 49 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,18 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
day: "saturday"
8+
labels: ["autoupdate"]
9+
groups:
10+
github-actions:
11+
patterns: ["*"]
12+
13+
- package-ecosystem: "pre-commit"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
day: "saturday"
18+
labels: ["autoupdate"]
19+
groups:
20+
pre-commit:
21+
patterns: ["*"]

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)