Skip to content

Commit 54b7e76

Browse files
committed
dependabot.yml: update to match main configuration
1 parent 0cdaacf commit 54b7e76

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1+
# This file is synced from the `.github` repository, do not modify it directly.
2+
---
13
version: 2
2-
3-
updates:
4-
- package-ecosystem: github-actions
5-
directory: /
4+
multi-ecosystem-groups:
5+
all:
66
schedule:
7-
interval: daily
8-
allow:
9-
- dependency-type: all
10-
groups:
11-
artifacts:
12-
patterns:
13-
- actions/*-artifact
7+
interval: weekly
8+
day: friday
9+
time: '08:00'
10+
timezone: Etc/UTC
11+
updates:
12+
- package-ecosystem: github-actions
13+
directory: "/"
14+
multi-ecosystem-group: all
15+
patterns:
16+
- "*"
17+
allow:
18+
- dependency-type: all
19+
cooldown:
20+
default-days: 1
21+
include:
22+
- "*"
1423

15-
- package-ecosystem: terraform
16-
directory: /
17-
schedule:
18-
interval: daily

0 commit comments

Comments
 (0)