Skip to content

Commit af16f8a

Browse files
[MRG] Add dependabot (#325)
* Add dependabot * add line at the end --------- Co-authored-by: Antoine Collas <contact@antoinecollas.fr>
1 parent 26a6168 commit af16f8a

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+
groups:
8+
actions:
9+
patterns:
10+
- "*"
11+
- package-ecosystem: pip
12+
directory: "/"
13+
allow:
14+
- dependency-type: all
15+
schedule:
16+
interval: "weekly"
17+
groups:
18+
python-packages:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)