Skip to content

Commit 08a0356

Browse files
committed
Do not manage GitHub actions versions with dependabot. Too noisy.
1 parent 7ab95b4 commit 08a0356

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
version: 2
22
updates:
3-
# Maintain dependencies for GitHub Actions
3+
# Maintain dependencies for GitHub Actions.
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
77
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
810

911
# Maintain dependencies for Composer
1012
- package-ecosystem: "composer"

0 commit comments

Comments
 (0)