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 8086496 commit a456d10Copy full SHA for a456d10
.github/dependabot.yml
@@ -1,7 +1,7 @@
1
version: 2
2
3
updates:
4
- - package-ecosystem: "github-actions"
+ - package-ecosystem: mix
5
directory: /
6
schedule:
7
interval: daily
@@ -15,3 +15,18 @@ updates:
15
dependency-type: production
16
dev:
17
dependency-type: development
18
+
19
+ - package-ecosystem: "github-actions"
20
+ directory: /
21
+ schedule:
22
+ interval: daily
23
+ timezone: Europe/Paris
24
+ time: "06:00"
25
+ commit-message:
26
+ prefix: "chore(deps)"
27
+ open-pull-requests-limit: 1
28
+ groups:
29
+ github-actions:
30
+ applies-to: version-updates
31
+ patterns:
32
+ - "*"
0 commit comments