Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8af7a7ecd9 |
@@ -7,10 +7,6 @@ on:
|
||||
- master
|
||||
workflow_dispatch: # Allows manual triggering from the Gitea UI
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext {
|
||||
compose_version = '1.11.4'
|
||||
compose_version = '1.5.15'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"electron": "^14.0.0",
|
||||
"electron-builder": "~22.11.7",
|
||||
"electron-rebuild": "^3.2.3",
|
||||
"typescript": "~4.3.5"
|
||||
"typescript": "~4.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"capacitor",
|
||||
|
||||
Reference in New Issue
Block a user