We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc4188 commit f6b0637Copy full SHA for f6b0637
.github/dependabot.yml
@@ -1,7 +1,16 @@
1
version: 2
2
updates:
3
-- package-ecosystem: composer
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- versioning-strategy: "increase-if-necessary"
+ # Maintain dependencies for GitHub Actions.
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ 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
14
15
16
+ versioning-strategy: increase-if-necessary
0 commit comments