We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56149e7 commit 50bf693Copy full SHA for 50bf693
.github/dependabot.yml
@@ -0,0 +1,35 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: pip
5
+ directory: "/"
6
+ schedule:
7
+ interval: weekly
8
+ commit-message:
9
+ prefix: "build(deps): "
10
+ prefix-development: "chore(deps-dev): "
11
+ ignore:
12
+ - dependency-name: django
13
+ labels: []
14
+ - package-ecosystem: npm
15
16
17
18
19
20
21
22
+ - package-ecosystem: github-actions
23
24
25
26
27
+ prefix: "ci: "
28
29
+ - package-ecosystem: devcontainers
30
31
32
33
34
+ prefix: "chore: "
35
0 commit comments