Skip to content

Commit 3d7616c

Browse files
v1vxrmx
authored andcommitted
chore: enable dependabot version updates of github-actions yaml files (#1930)
1 parent 3b1a34b commit 3d7616c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,24 @@ 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
ignore:
1416
- dependency-name: "urllib3" # ignore until lambda runtimes use OpenSSL 1.1.1+
1517
versions: [">=2.0.0"]
18+
19+
# GitHub actions
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
reviewers:
23+
- "elastic/observablt-ci"
24+
schedule:
25+
interval: "weekly"
26+
day: "sunday"
27+
time: "22:00"
28+
groups:
29+
github-actions:
30+
patterns:
31+
- "*"

0 commit comments

Comments
 (0)