Skip to content

Commit c1cf4ec

Browse files
authored
chore(dependabot): enable dependabot (#30)
1 parent bb5545f commit c1cf4ec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for Go
4+
- package-ecosystem: "gomod"
5+
# Look for `go.mod` file in the root directory
6+
directory: "/"
7+
# Check for updates every day (weekly is the default)
8+
schedule:
9+
interval: "weekly"
10+
11+
# Enable version updates for GitHub Actions
12+
- package-ecosystem: "github-actions"
13+
# Look for `.github/workflows` directory
14+
directory: "/"
15+
# Check for updates every day (weekly is the default)
16+
schedule:
17+
interval: "weekly"

0 commit comments

Comments
 (0)