Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1be921f881 |
@@ -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
@@ -4,7 +4,7 @@ module(
|
||||
)
|
||||
|
||||
bazel_dep(name = "rules_flutter", version = "0.0.0")
|
||||
bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
||||
bazel_dep(name = "bazel_skylib", version = "1.9.0")
|
||||
bazel_dep(name = "rules_go", version = "0.60.0")
|
||||
bazel_dep(name = "gazelle", version = "0.42.0")
|
||||
|
||||
|
||||
@@ -8,23 +8,18 @@ A collection of Flutter packages maintained by @rodydavis.
|
||||
| :--- | :--- | :--- |
|
||||
| [app_review](./packages/app_review) | Request and Write Reviews and Open Store Listing for Android and iOS/MacOS in Flutter. | [](https://pub.dartlang.org/packages/app_review) |
|
||||
| [breakpoint](./packages/breakpoint) | A Flutter plugin to calculate the material design breakpoints. | [](https://pub.dartlang.org/packages/breakpoint) |
|
||||
| [doc_site](https://github.com/rodydavis/open_xml/tree/main/doc_site) | A documentation site built with Jaspr |  |
|
||||
| [docs](https://github.com/rodydavis/signals.dart/tree/main/docs) | A documentation site built with Jaspr | [](https://pub.dartlang.org/packages/docs) |
|
||||
| [flutter_sms](./packages/flutter_sms) | A Flutter plugin to send SMS and MMS on iOS and Android. | [](https://pub.dartlang.org/packages/flutter_sms) |
|
||||
| [flutter_vibrate](./packages/flutter_vibrate) | A Haptic Feedback and Vibration plugin. | [](https://pub.dartlang.org/packages/flutter_vibrate) |
|
||||
| [flutter_whatsnew](./packages/flutter_whatsnew) | A new Flutter package to show updates to users. | [](https://pub.dartlang.org/packages/flutter_whatsnew) |
|
||||
| [open_xml](https://github.com/rodydavis/open_xml) | Open XML (OOXML) formatted documents. | [](https://pub.dartlang.org/packages/open_xml) |
|
||||
| [preact_signals](https://github.com/rodydavis/signals.dart/tree/main/packages/preact_signals) | Dart port of Preact.js Signals | [](https://pub.dartlang.org/packages/preact_signals) |
|
||||
| [scripts](https://github.com/rodydavis/signals.dart/tree/main/scripts) | Standalone Dart scripts for documentation and skills generation | [](https://pub.dartlang.org/packages/scripts) |
|
||||
| [signals](https://github.com/rodydavis/signals.dart/tree/main/packages/signals) | Reactivity made simple. Do more by doing less. Supports Flutter and any Dart project including HTML/JS, CLI, Shelf Server, VM and more. | [](https://pub.dartlang.org/packages/signals) |
|
||||
| [signals_core](https://github.com/rodydavis/signals.dart/tree/main/packages/signals_core) | The signals library exposes four core functions which are the building blocks to model any business logic you can think of. | [](https://pub.dartlang.org/packages/signals_core) |
|
||||
| [signals_devtools_extension](https://github.com/rodydavis/signals.dart/tree/main/packages/signals_devtools_extension) | Signals DevTools extension. |  |
|
||||
| [signals_flutter](https://github.com/rodydavis/signals.dart/tree/main/packages/signals_flutter) | The signals library exposes four core functions which are the building blocks to model any business logic you can think of. | [](https://pub.dartlang.org/packages/signals_flutter) |
|
||||
| [signals_hooks](https://github.com/rodydavis/signals.dart/tree/main/packages/signals_hooks) | flutter_hooks bindings for signals | [](https://pub.dartlang.org/packages/signals_hooks) |
|
||||
| [signals_lint](https://github.com/rodydavis/signals.dart/tree/main/packages/signals_lint) | linter and developer tool for signals | [](https://pub.dartlang.org/packages/signals_lint) |
|
||||
| [test_fixtures](https://github.com/rodydavis/signals.dart/tree/main/packages/signals_lint/test_fixtures) | |  |
|
||||
| [undo](./packages/undo) | A Undo/Redo Library for Flutter | [](https://pub.dartlang.org/packages/undo) |
|
||||
| [web_file_system](https://github.com/rodydavis/open_xml/tree/main/third_party/web_file_system) | A high-performance, asynchronous file system for the web using IDB and OPFS. | [](https://pub.dartlang.org/packages/web_file_system) |
|
||||
|
||||
## Experimental
|
||||
|
||||
@@ -34,7 +29,7 @@ A collection of Flutter packages maintained by @rodydavis.
|
||||
| [http_get_cache](./experimental/http_get_cache) | HTTP Compliant cache for Flutter |  |
|
||||
| [pocketbase_auth](./experimental/pocketbase_auth) | Pocketbase auth client with built in UI screens and token refresh |  |
|
||||
| [pocketbase_sync](./experimental/pocketbase_sync) | A Flutter package for offline-first syncing with PocketBase. |  |
|
||||
| [web_file_system](./experimental/web_file_system) | A high-performance, asynchronous file system for the web using IDB and OPFS. | [](https://pub.dartlang.org/packages/web_file_system) |
|
||||
| [web_file_system](./experimental/web_file_system) | A high-performance, asynchronous file system for the web using IDB and OPFS. |  |
|
||||
|
||||
## Deprecated
|
||||
|
||||
|
||||
+1
-1
Submodule packages/open_xml updated: f5a2b493c4...1c8774a605
+1
-1
Submodule packages/signals updated: 57a1ace989...157794c620
Reference in New Issue
Block a user