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 af5df03 commit e5dfaaaCopy full SHA for e5dfaaa
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ labels:
9
+ - "pip dependencies"
10
+ open-pull-requests-limit: 10
11
+ - package-ecosystem: "npm"
12
+ directory: "/swift_browser_ui_frontend"
13
14
15
16
17
+ - "npm dependencies"
18
19
+ - package-ecosystem: "github-actions"
20
21
22
23
24
25
+ - "github actions"
26
0 commit comments