Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit e5871b9

Browse files
authored
Merge pull request #7 from github/dependabot_config_updates
Add schedule and github-actions check
2 parents 6a6721b + 8e42864 commit e5871b9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/dependabot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
version: 2
3+
registries:
4+
ghcr:
5+
type: docker-registry
6+
url: ghcr.io
7+
username: PAT
8+
password: "${{secrets.CONTAINER_BUILDER_TOKEN}}"
9+
updates:
10+
- package-ecosystem: gomod
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
day: "tuesday"
15+
time: "21:00"
16+
reviewers:
17+
- github/security-ops-reviewers
18+
- package-ecosystem: docker
19+
directory: "/"
20+
registries:
21+
- ghcr
22+
schedule:
23+
interval: weekly
24+
day: "tuesday"
25+
time: "21:00"
26+
reviewers:
27+
- github/security-ops-reviewers
28+
- package-ecosystem: github-actions
29+
directory: "/"
30+
schedule:
31+
interval: weekly
32+
day: "tuesday"
33+
time: "21:00"

0 commit comments

Comments
 (0)