Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d0ac46f76 |
@@ -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()
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.11",
|
||||
"vite-plugin-pwa": "^0.19.0",
|
||||
"vite-plugin-pwa": "^0.21.0",
|
||||
"vitest": "^1.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user