Skip to content

Commit 6aa3e56

Browse files
Create dependabot.yml
1 parent 51165d5 commit 6aa3e56

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
target-branch: main
9+
- package-ecosystem: gomod
10+
directory: /
11+
schedule:
12+
interval: daily
13+
target-branch: main
14+

0 commit comments

Comments
 (0)