Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e71601594 | |||
| 3064ce48e2 |
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user