Skip to content

Commit d3755f9

Browse files
authored
dependabot
1 parent 5c09dba commit d3755f9

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ updates:
44
# Updates for GitHub Actions used in workflows
55
- package-ecosystem: "github-actions"
66
directory: "/"
7+
target-branch: "master"
78
schedule:
89
interval: "daily"
9-
day: "monday"
1010
time: "09:00"
11+
timezone: "UTC"
1112
# Set custom labels on pull requests
1213
labels:
1314
- "dependencies"
@@ -24,14 +25,18 @@ updates:
2425
actions:
2526
patterns:
2627
- "*"
28+
update-types:
29+
- "minor"
30+
- "patch"
2731

2832
# Updates for Composer dependencies (PHP packages)
2933
- package-ecosystem: "composer"
3034
directory: "/"
35+
target-branch: "master"
3136
schedule:
3237
interval: "daily"
33-
day: "monday"
3438
time: "09:00"
39+
timezone: "UTC"
3540
# Set custom labels on pull requests
3641
labels:
3742
- "dependencies"
@@ -48,9 +53,15 @@ updates:
4853
# Group all dev dependencies together
4954
dev-dependencies:
5055
dependency-type: "development"
56+
update-types:
57+
- "minor"
58+
- "patch"
5159
# Group production dependencies (if any are added later)
5260
production-dependencies:
5361
dependency-type: "production"
62+
update-types:
63+
- "minor"
64+
- "patch"
5465
# Allow updates to all dependency types
5566
allow:
5667
- dependency-type: "direct"

0 commit comments

Comments
 (0)