Skip to content

Commit 936ab7e

Browse files
authored
Merge pull request #111 from PHPCSStandards/feature/add-dependabot
Add dependabot configuration file
2 parents b54b2c9 + d4b2770 commit 936ab7e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
labels:
17+
- "Type: chores/QA"
18+
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
open-pull-requests-limit: 5
24+
commit-message:
25+
prefix: "GH Actions:"
26+
labels:
27+
- "Type: chores/QA"

0 commit comments

Comments
 (0)