Skip to content

Commit 7595e8e

Browse files
authored
Merge pull request #608 from alceops/chore/repair-renovate-config
Fix Renovate configuration
2 parents c5e0dad + 0a8b000 commit 7595e8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"config:base"
3+
"config:recommended"
44
],
55
"postUpgradeTasks": {
66
"commands": [
@@ -11,7 +11,7 @@
1111
"gradle/verification-keyring.keys"
1212
]
1313
},
14-
"allowedCommands: [
14+
"allowedCommands": [
1515
"^./gradlew --write-verification-metadata pgp,sha256 --export-keys help$"
1616
]
1717
}

0 commit comments

Comments
 (0)