Skip to content

Commit 4b5c550

Browse files
committed
ci(dependabot): implement group for python,go and GHA
1 parent 3071b9e commit 4b5c550

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,32 @@
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+
groups:
13+
python-dependencies:
14+
applies-to: version-updates
15+
patterns:
16+
- "*"
17+
18+
- package-ecosystem: "github-actions"
1319
directory: "/" # Location of package manifests
1420
schedule:
15-
interval: "daily"
21+
interval: "weekly"
22+
groups:
23+
github-actions-dependencies:
24+
applies-to: version-updates
25+
patterns:
26+
- "*"
27+
28+
- package-ecosystem: 'gomod'
29+
directory: "infrastructure/bootstrap/tests/unit" # Location of package manifests
30+
schedule:
31+
interval: "weekly"
32+
groups:
33+
github-actions-dependencies:
34+
applies-to: version-updates
35+
patterns:
36+
- "*"

0 commit comments

Comments
 (0)