Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 1b5d4d7

Browse files
chore: update global workflows (#537)
1 parent e9fae0f commit 1b5d4d7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

+23
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,31 @@ updates:
1818
interval: "daily"
1919
time: "08:30"
2020
open-pull-requests-limit: 10
21+
groups:
22+
docker-actions:
23+
applies-to: version-updates
24+
patterns:
25+
- "docker/*"
26+
github-actions:
27+
applies-to: version-updates
28+
patterns:
29+
- "actions/*"
30+
- "github/*"
31+
lizardbyte-actions:
32+
applies-to: version-updates
33+
patterns:
34+
- "LizardByte/*"
2135

2236
- package-ecosystem: "npm"
2337
directory: "/"
2438
schedule:
2539
interval: "daily"
2640
time: "09:00"
2741
open-pull-requests-limit: 10
42+
groups:
43+
dev-dependencies:
44+
applies-to: version-updates
45+
dependency-type: "development"
2846

2947
- package-ecosystem: "nuget"
3048
directory: "/"
@@ -39,6 +57,11 @@ updates:
3957
interval: "daily"
4058
time: "10:00"
4159
open-pull-requests-limit: 10
60+
groups:
61+
pytest-dependencies:
62+
applies-to: version-updates
63+
patterns:
64+
- "pytest*"
4265

4366
- package-ecosystem: "gitsubmodule"
4467
directory: "/"

0 commit comments

Comments
 (0)