Skip to content

Commit 3f6b9da

Browse files
Improve dependabot config
1 parent 2072d73 commit 3f6b9da

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@ updates:
55
schedule:
66
interval: "weekly"
77
open-pull-requests-limit: 10
8+
versioning-strategy: increase-if-necessary
9+
labels:
10+
- "dependencies"
11+
groups:
12+
minor-and-patch:
13+
patterns:
14+
- "*"
15+
update-types:
16+
- "minor"
17+
- "patch"
18+
ignore:
19+
- dependency-name: "php"
20+
versions: ["<8.0"]

0 commit comments

Comments
 (0)