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