Skip to content

Commit 9aa9627

Browse files
authored
Merge pull request #122 from rollandf/dependabot
chore: add dependabot file
2 parents c6f0dc7 + ba71f40 commit 9aa9627

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)