Skip to content

Commit 1a80661

Browse files
author
doubleface
committedAug 21, 2019
fix: do not use cozy-libs for all connectors
1 parent a2112e8 commit 1a80661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/renovate-config-cozy-konnector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"renovate-config": {
77
"default": {
88
"extends": [
9-
"cozy-libs"
9+
"cozy"
1010
],
1111
"minor": {
1212
"automerge": true

‎renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": [
3-
"cozy-konnector"
3+
"cozy-libs"
44
]
55
}

0 commit comments

Comments
 (0)
Please sign in to comment.