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 c80335d commit 1023216Copy full SHA for 1023216
.github/dependabot.yml
@@ -5,7 +5,20 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "pip" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "npm" # for frontend dependencies
+ directory: "/frontend"
10
schedule:
11
- interval: "weekly"
+ interval: "monthly"
12
+ commit-message:
13
+ prefix: "build"
14
+ target-branch: "dependabotchanges"
15
+ open-pull-requests-limit: 10
16
+
17
+ - package-ecosystem: "pip" # for backend dependencies
18
+ directory: "/"
19
+ schedule:
20
21
22
23
24
0 commit comments