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 23b8e4a commit c085601Copy full SHA for c085601
renovate.json
@@ -0,0 +1,40 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base",
5
+ "group:all",
6
+ ":dependencyDashboard",
7
+ "schedule:weekly"
8
+ ],
9
+ "baseBranches": [
10
+ "main"
11
12
+ "labels": [
13
+ "dependencies"
14
15
+ "packageRules": [
16
+ {
17
+ "matchPackagePrefixes": [
18
+ "dev.drewhamilton.poko",
19
+ "org.jetbrains.kotlin"
20
21
+ "groupName": "kotlin"
22
+ },
23
24
25
+ "io.ktor"
26
27
+ "matchCurrentValue": "2.*",
28
+ "allowedVersions": "<3.0.0",
29
+ "groupName": "ktor2"
30
31
32
33
34
35
+ "matchCurrentValue": "3.*",
36
+ "allowedVersions": ">=3.0.0",
37
+ "groupName": "ktor3"
38
+ }
39
+ ]
40
+}
0 commit comments