Skip to content

Commit 6104f73

Browse files
authored
chore: enable dependabot version updates of github-actions yaml files (#292)
1 parent 9dbf74a commit 6104f73

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
# Check for updates once a week
99
schedule:
1010
interval: "weekly"
11+
day: "sunday"
12+
time: "22:00"
1113
reviewers:
1214
- "elastic/apm-agent-python"
1315

@@ -18,5 +20,20 @@ updates:
1820
# Check for updates once a week
1921
schedule:
2022
interval: "weekly"
23+
day: "sunday"
24+
time: "22:00"
2125
reviewers:
2226
- "elastic/apm-agent-python"
27+
28+
- package-ecosystem: "github-actions"
29+
directory: "/"
30+
reviewers:
31+
- "elastic/observablt-ci"
32+
schedule:
33+
interval: "weekly"
34+
day: "sunday"
35+
time: "22:00"
36+
groups:
37+
github-actions:
38+
patterns:
39+
- "*"

0 commit comments

Comments
 (0)