Skip to content

Commit 791e81e

Browse files
authored
Merge pull request #71 from circleci/fix-renovate-config
Fix the Renovate config
2 parents eb329e3 + eb80c0b commit 791e81e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

renovate.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"local>circleci/renovate-config:backplane.json5"
2+
"extends": ["config:recommended"],
3+
"schedule": "on sunday",
4+
"separateMajorMinor": false,
5+
"labels": ["renovate"],
6+
"groupName": "uncategorized",
7+
"packageRules": [
8+
{
9+
"matchDatasources": ["clojure"],
10+
"groupName": "clojure deps"
11+
},
12+
{
13+
"matchDatasources": ["docker"],
14+
"groupName": "docker"
15+
}
516
]
617
}

0 commit comments

Comments
 (0)