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 0cdaacf commit 54b7e76Copy full SHA for 54b7e76
.github/dependabot.yml
@@ -1,18 +1,23 @@
1
+# This file is synced from the `.github` repository, do not modify it directly.
2
+---
3
version: 2
-
-updates:
4
- - package-ecosystem: github-actions
5
- directory: /
+multi-ecosystem-groups:
+ all:
6
schedule:
7
- interval: daily
8
- allow:
9
- - dependency-type: all
10
- groups:
11
- artifacts:
12
- patterns:
13
- - actions/*-artifact
+ interval: weekly
+ day: friday
+ time: '08:00'
+ timezone: Etc/UTC
+updates:
+- package-ecosystem: github-actions
+ directory: "/"
14
+ multi-ecosystem-group: all
15
+ patterns:
16
+ - "*"
17
+ allow:
18
+ - dependency-type: all
19
+ cooldown:
20
+ default-days: 1
21
+ include:
22
23
- - package-ecosystem: terraform
- schedule:
0 commit comments