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 5328d43 commit 0ebd529Copy full SHA for 0ebd529
1 file changed
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+{
2
+ "version": 2,
3
+ "updates": [
4
+ {
5
+ "allow": [
6
7
+ "dependency-type": "all"
8
+ }
9
+ ],
10
+ "directory": "/",
11
+ "package-ecosystem": "composer",
12
+ "schedule": {
13
+ "interval": "daily"
14
+ },
15
+ "versioning-strategy": "increase"
16
17
18
19
+ "package-ecosystem": "github-actions",
20
21
22
23
24
+ ]
25
+}
0 commit comments