Skip to content

Commit b23b360

Browse files
committed
ci(dependabot): implement group for python and GHA
1 parent 3071b9e commit b23b360

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
8+
- package-ecosystem: "pip"
99
directory: "/rates" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
- package-ecosystem: "github-actions" # See documentation for possible values
12+
group: "python-dependencies" # Group name for pip updates
13+
14+
- package-ecosystem: "github-actions"
1315
directory: "/" # Location of package manifests
1416
schedule:
1517
interval: "daily"
18+
group: "github-actions-dependencies" # Group name for GitHub Actions updates

0 commit comments

Comments
 (0)