Compare commits

..

1 Commits

Author SHA1 Message Date
rodydavis 782c7cca13 Update dependency analyzer to v0.41.2 2026-06-13 08:02:16 +00:00
6 changed files with 28 additions and 5 deletions
+23
View File
@@ -0,0 +1,23 @@
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.39.0
analyzer: ^0.41.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.32.4
analyzer: ^0.41.0
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.38.5 <0.40.0"
analyzer: "<0.42.0"
build: ^1.1.4
build_resolvers: ^1.3.2
meta: ^1.1.0