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 9ff25d2 commit 4a7d564Copy full SHA for 4a7d564
.github/dependabot.yml
@@ -12,3 +12,31 @@ updates:
12
default-days: 5
13
exclude:
14
- "@knime/*"
15
+ groups:
16
+ knimeKds:
17
+ patterns:
18
+ - "@knime/kds-*"
19
+ vueuse:
20
21
+ - "*vueuse*"
22
+ vitest:
23
24
+ - "*vitest*"
25
+ jsonforms:
26
27
+ - "@jsonforms/*"
28
+ tiptap:
29
30
+ - "@tiptap/*"
31
+ typescriptEslint:
32
33
+ - "@typescript-eslint/*"
34
+
35
+ - package-ecosystem: "github-actions"
36
+ directory: "/"
37
+ schedule:
38
+ interval: "weekly"
39
+ day: "sunday"
40
+ time: "18:00"
41
+ cooldown:
42
+ default-days: 5
0 commit comments