Skip to content

Commit 9d8d121

Browse files
authored
Updates
1 parent ecdd8e6 commit 9d8d121

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

.github/dependabot.yml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ updates:
1313
- "dependencies"
1414
- "security"
1515
- "automated"
16+
- "maintenance"
1617
# Limit the number of open PRs
1718
open-pull-requests-limit: 10
1819
# Assign reviewers automatically
@@ -22,4 +23,39 @@ updates:
2223
groups:
2324
actions:
2425
patterns:
25-
- "*"
26+
- "*"
27+
28+
# Updates for Composer dependencies (PHP packages)
29+
- package-ecosystem: "composer"
30+
directory: "/"
31+
schedule:
32+
interval: "weekly"
33+
day: "monday"
34+
time: "09:00"
35+
# Set custom labels on pull requests
36+
labels:
37+
- "dependencies"
38+
- "php"
39+
- "automated"
40+
- "maintenance"
41+
# Limit the number of open PRs
42+
open-pull-requests-limit: 10
43+
# Assign reviewers automatically
44+
reviewers:
45+
- "EngineScript"
46+
# Group updates by dependency type
47+
groups:
48+
# Group all dev dependencies together
49+
dev-dependencies:
50+
patterns:
51+
- "*"
52+
dependency-type: "development"
53+
# Group production dependencies (if any are added later)
54+
production-dependencies:
55+
patterns:
56+
- "*"
57+
dependency-type: "production"
58+
# Allow updates to all dependency types
59+
allow:
60+
- dependency-type: "direct"
61+
- dependency-type: "indirect"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"yoast/phpunit-polyfills": "^4.0",
1919
"wp-coding-standards/wpcs": "^3.1.0",
2020
"phpcompatibility/phpcompatibility-wp": "^2.1",
21-
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
21+
"dealerdirect/phpcodesniffer-composer-installer": "^1.1.1",
2222
"php-stubs/wordpress-stubs": "^6.8",
2323
"szepeviktor/phpstan-wordpress": "^1.3",
2424
"phpstan/phpstan": "^1.0",

0 commit comments

Comments
 (0)