Skip to content

Commit ba71f40

Browse files
committed
chore: add dependabot file
Signed-off-by: Fred Rolland <[email protected]>
1 parent cd40b4c commit ba71f40

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
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
# Go dependencies
4+
- package-ecosystem: "gomod"
5+
directory: "/entrypoint"
6+
schedule:
7+
interval: "daily"
8+
commit-message:
9+
prefix: "chore"
10+
11+
# GitHub Actions
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
day: "monday"

0 commit comments

Comments
 (0)