We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379b50c commit ceb9da5Copy full SHA for ceb9da5
1 file changed
.github/dependabot.yml
@@ -1,10 +1,12 @@
1
version: 2
2
updates:
3
- # Maintain dependencies for GitHub Actions
+ # 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"
0 commit comments