Skip to content

Commit aef5ea5

Browse files
committed
chore: Group dependabot updates
Run dependabot updates weekly instead of daily, and group them together for the different providers (GitHub Actions and pip), to reduce the amount of noise in the repository history.
1 parent 5640da8 commit aef5ea5

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,23 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
groups:
8+
github-actions-dependencies:
9+
applies-to: version-updates
10+
patterns:
11+
- "*"
712

813
- package-ecosystem: pip
9-
directory: /doc
14+
directories:
15+
- /
16+
- /doc
17+
- /example
18+
- /test
1019
schedule:
11-
interval: daily
12-
13-
- package-ecosystem: pip
14-
directory: /example
15-
schedule:
16-
interval: daily
17-
18-
- package-ecosystem: pip
19-
directory: /
20-
schedule:
21-
interval: daily
22-
23-
- package-ecosystem: pip
24-
directory: /test
25-
schedule:
26-
interval: daily
20+
interval: weekly
21+
groups:
22+
python-dependencies:
23+
applies-to: version-updates
24+
patterns:
25+
- "*"

0 commit comments

Comments
 (0)