Skip to content

Commit be36d7a

Browse files
authored
Set up a configuration for dependabot (#13671)
1 parent 6b9884e commit be36d7a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: /
5+
schedule:
6+
interval: daily
7+
8+
- package-ecosystem: 'pip'
9+
directory: /
10+
schedule:
11+
interval: daily
12+
13+
- package-ecosystem: 'pip'
14+
directory: /news
15+
schedule:
16+
interval: monthly
17+
# Activate when we feel ready to keep up with frequency.
18+
# - package-ecosystem: 'npm'
19+
# directory: /
20+
# schedule:
21+
# interval: daily

0 commit comments

Comments
 (0)