Skip to content

Commit a42056a

Browse files
authored
chore: add support for dependabot (pip, github-actions) (scaleway#473)
1 parent 335679e commit a42056a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: /scaleway
5+
schedule:
6+
interval: monthly
7+
8+
- package-ecosystem: pip
9+
directory: /scaleway-async
10+
schedule:
11+
interval: monthly
12+
13+
- package-ecosystem: pip
14+
directory: /scaleway-core
15+
schedule:
16+
interval: monthly
17+
18+
- package-ecosystem: github-actions
19+
directory: /
20+
schedule:
21+
interval: monthly

0 commit comments

Comments
 (0)