Skip to content

Commit 6bf60c2

Browse files
committed
add dependabot.yml
1 parent 39fb966 commit 6bf60c2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
multi-ecosystem-groups:
3+
all:
4+
schedule:
5+
interval: weekly
6+
updates:
7+
- package-ecosystem: docker
8+
directory: /
9+
multi-ecosystem-group: all
10+
patterns: ["*"]
11+
- package-ecosystem: github-actions
12+
directory: /
13+
multi-ecosystem-group: all
14+
patterns: ["*"]
15+
- package-ecosystem: npm
16+
directory: /betanin_client
17+
multi-ecosystem-group: all
18+
patterns: ["*"]
19+
- package-ecosystem: uv
20+
directory: /
21+
multi-ecosystem-group: all
22+
patterns: ["*"]

0 commit comments

Comments
 (0)