Skip to content

Commit 564060b

Browse files
committed
chore(gh): add dependabot
Adds the Dependabot configuration. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 33e482f commit 564060b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
version: 2
3+
updates:
4+
# Maintain dependencies for GitHub Actions.
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
# Check for updates to GitHub Actions every week.
9+
interval: "weekly"
10+
11+
# Maintain dependencies for Go modules
12+
- package-ecosystem: "gomod"
13+
directory: "/"
14+
schedule:
15+
# Check for updates to Go modules every week.
16+
interval: "weekly"

0 commit comments

Comments
 (0)