Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 23a939c

Browse files
authored
Merge pull request #22 from andygrunwald/add-dependabot
Add Dependabot to automatically update GitHub Actions and Go mod dependencies
2 parents 5ae2fbd + 5113c34 commit 23a939c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "gomod"
7+
directory: "/"
8+
schedule:
9+
interval: "monthly"
10+
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "monthly"

0 commit comments

Comments
 (0)