We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9884e commit be36d7aCopy full SHA for be36d7a
.github/dependabot.yml
@@ -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
10
11
12
13
14
+ directory: /news
15
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