We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4247f7d + 9ffeeb7 commit 96d0279Copy full SHA for 96d0279
1 file changed
.github/dependabot.yml
@@ -13,3 +13,19 @@ updates:
13
titiler:
14
patterns:
15
- titiler*
16
+
17
+ - package-ecosystem: "github-actions"
18
+ directory: "/"
19
+ cooldown:
20
+ default-days: 7
21
+ schedule:
22
+ interval: "weekly"
23
+ day: "monday"
24
+ groups:
25
+ minor-and-patch:
26
+ applies-to: version-updates
27
+ patterns:
28
+ - "*"
29
+ update-types:
30
+ - "minor"
31
+ - "patch"
0 commit comments