Skip to content

Commit df46b65

Browse files
committed
add dependabot to this project
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent dc7043e commit df46b65

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 10
8+
9+
- package-ecosystem: gomod
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
open-pull-requests-limit: 10
14+
groups:
15+
all-dependencies:
16+
patterns:
17+
- "*"
18+
update-types:
19+
- "minor"
20+
- "patch"

0 commit comments

Comments
 (0)