2 Commits

Author SHA1 Message Date
rodydavis bf79918b0b fix(deps): update compose_version to v1.11.4 2026-07-01 18:01:31 +00:00
rodydavis 92d1f986ed ci: limit renovate workflow concurrency to one at a time
Renovate / renovate (push) Successful in 1m43s
Build and Deploy / build-and-deploy (push) Successful in 5m0s
2026-06-26 20:05:28 -07:00
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -7,6 +7,10 @@ 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 -1
View File
@@ -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.5.15'
compose_version = '1.11.4'
}
repositories {
google()
+1 -1
View File
@@ -23,7 +23,7 @@
"@material/mwc-dialog": "^0.21.0",
"@material/mwc-drawer": "^0.21.0",
"@material/mwc-icon": "^0.25.3",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-icon-button": "^0.21.0",
"@material/mwc-list": "^0.21.0",
"@material/mwc-textfield": "^0.21.0",
"@material/mwc-top-app-bar-fixed": "^0.21.0",