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 7b5a916 commit 972e9d9Copy full SHA for 972e9d9
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+updates:
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
14
15
16
+ versioning-strategy: increase-if-necessary
0 commit comments