Skip to content

Commit f6b0637

Browse files
Updated dependabot config
1 parent 8dc4188 commit f6b0637

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/dependabot.yml

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
version: 2
22
updates:
3-
- package-ecosystem: composer
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
versioning-strategy: "increase-if-necessary"
3+
# Maintain dependencies for GitHub Actions.
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
# Too noisy. See https://github.community/t/increase-if-necessary-for-github-actions-in-dependabot/179581
9+
open-pull-requests-limit: 0
10+
11+
# Maintain dependencies for Composer
12+
- package-ecosystem: "composer"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"
16+
versioning-strategy: increase-if-necessary

0 commit comments

Comments
 (0)