We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555e815 commit fe9b8f7Copy full SHA for fe9b8f7
1 file changed
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ groups:
8
+ actions-deps:
9
+ patterns:
10
+ - "*" # Include all GitHub Actions
11
+
12
+ - package-ecosystem: composer
13
14
15
16
17
+ production-dependencies:
18
+ dependency-type: "production"
19
+ development-dependencies:
20
+ dependency-type: "development"
0 commit comments