Skip to content

Commit f5761d8

Browse files
authored
fix: ignore local.properties, remove allowedCommands from renovate.json (#16)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - Removes the `local.properties` (where the local path of the Android SDK is specified) file and adds it to the gitignore - Removes [`allowedCommands`](https://docs.renovatebot.com/self-hosted-configuration/#allowedcommands) from `renovate.json`, because it has no impact (see #5), as it should rather be a config of the self-hosted renovate instance. --------- Signed-off-by: Bence Hornák <[email protected]>
1 parent fbe9b7d commit f5761d8

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ build
1111
.idea
1212

1313
# Ignore Kotlin files
14-
.kotlin
14+
.kotlin
15+
16+
# Locally set Gradle parameters
17+
local.properties

local.properties

Lines changed: 0 additions & 8 deletions
This file was deleted.

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
],
1010
"fileFilters": ["kotlin-js-store/yarn.lock"],
1111
"executionMode": "update"
12-
},
13-
"allowedCommands": ["^./gradlew kotlinUpgradeYarnLock$"]
12+
}
1413
}

0 commit comments

Comments
 (0)