Skip to content

Commit 93e351f

Browse files
authored
Merge pull request #122 from PHPCSStandards/feature/enable-and-configure-dependabot
Add dependabot configuration file
2 parents 750c8a9 + 61181b7 commit 93e351f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Dependabot configuration.
2+
#
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "composer"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
13+
versioning-strategy: widen
14+
commit-message:
15+
prefix: "Composer:"
16+
include: "scope"
17+
labels:
18+
- "Type: chores/QA"
19+
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
open-pull-requests-limit: 5
25+
commit-message:
26+
prefix: "GH Actions:"
27+
labels:
28+
- "Type: chores/QA"

0 commit comments

Comments
 (0)