8 Commits

Author SHA1 Message Date
rodydavis 53bcc28443 ci: remove renovate workflow
Build and Deploy / build-and-deploy (push) Successful in 3m51s
2026-07-04 19:34:11 -07: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
rodydavis 572418e1d2 Merge pull request 'fix(deps): update dependency com.android.tools.build:gradle to v4.2.2' (#1) from renovate/com.android.tools.build-gradle-4.x into master
Renovate / renovate (push) Successful in 13s
Build and Deploy / build-and-deploy (push) Successful in 41s
Reviewed-on: #1
2026-06-15 00:54:30 -07:00
rodydavis 17637f69a7 Merge pull request 'fix(deps): update junitversion to v4.13.2' (#2) from renovate/junitversion into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 14s
Reviewed-on: #2
2026-06-15 00:54:22 -07:00
rodydavis c196583480 Merge pull request 'chore(deps): update dependency pnpm to v9.15.9' (#5) from renovate/pnpm-9.x into master
Renovate / renovate (push) Successful in 13s
Build and Deploy / build-and-deploy (push) Has been cancelled
Reviewed-on: #5
2026-06-15 00:53:59 -07:00
rodydavis 8d3d6256a6 fix(deps): update junitversion to v4.13.2 2026-06-15 07:53:46 +00:00
rodydavis a1c94acf53 chore(deps): update dependency pnpm to v9.15.9 2026-06-13 08:07:57 +00:00
rodydavis f678f31ecd fix(deps): update dependency com.android.tools.build:gradle to v4.2.2 2026-06-13 06:04:23 +00:00
4 changed files with 3 additions and 26 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.7.1
version: 9.15.9
- name: Set up Bazel Environment
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main
-23
View File
@@ -1,23 +0,0 @@
name: Renovate
on:
schedule:
- cron: "0 * * * *" # Triggers hourly
push:
branches:
- master
workflow_dispatch: # Allows manual triggering from the Gitea UI
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate:latest
env:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.rodydavis.dev/api/v1
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_AUTODISCOVER: false
RENOVATE_REPOSITORIES: ${{ github.repository }}
steps:
- name: Run Renovate
run: renovate
+1 -1
View File
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.google.gms:google-services:4.3.5'
// NOTE: Do not place your application dependencies here; they belong
+1 -1
View File
@@ -7,7 +7,7 @@ ext {
androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.1'
junitVersion = '4.13.2'
androidxJunitVersion = '1.3.0'
androidxEspressoCoreVersion = '3.7.0'
cordovaAndroidVersion = '7.0.0'