Compare commits

..

3 Commits

Author SHA1 Message Date
gitea-actions dc1767289d chore: update submodules 2026-07-06 00:00:44 +00:00
rodydavis 1e71601594 ci: remove renovate workflow 2026-07-04 19:34:07 -07:00
rodydavis 3064ce48e2 ci: limit renovate workflow concurrency to one at a time
Renovate / renovate (push) Successful in 57s
2026-06-26 20:04:03 -07:00
6 changed files with 5 additions and 28 deletions
-23
View File
@@ -1,23 +0,0 @@
name: Renovate
on:
schedule:
- cron: "0 * * * *" # Triggers hourly
push:
branches:
- main
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 @@ environment:
dependencies:
build_cli_annotations: ^1.0.0
analyzer: ^0.41.0
analyzer: ^0.39.0
path: ^1.7.0
console: ^3.1.0
mustache_template: ^1.0.0+1
+1 -1
View File
@@ -12,7 +12,7 @@ environment:
executables:
ngflutter:
dependencies:
analyzer: ^0.41.0
analyzer: ^0.32.4
ansicolor: ^1.0.2
reflected_mustache: ^1.0.11
logging: ^0.11.3+2
@@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
analyzer: "<0.42.0"
analyzer: ">=0.38.5 <0.40.0"
build: ^1.1.4
build_resolvers: ^1.3.2
meta: ^1.1.0