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 06c2a01 commit 5265cebCopy full SHA for 5265ceb
1 file changed
.github/dependabot.yml
@@ -4,6 +4,10 @@ updates:
4
directory: '/'
5
schedule:
6
interval: 'weekly'
7
+ groups:
8
+ pip-dependencies:
9
+ patterns:
10
+ - '*'
11
12
- package-ecosystem: 'github-actions'
13
@@ -14,3 +18,9 @@ updates:
14
18
directory: '/ui'
15
19
16
20
21
22
+ npm-dependencies:
23
24
25
+ ignore:
26
+ - dependency-name: 'typescript'
0 commit comments