Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Thanks for contributing!
Thanks for your contribution!

Provide a description of your changes below and a general summary in the title

Expand All @@ -10,6 +10,13 @@

<!--- Describe your changes in detail -->

## Project

<!--- Put an `x` in all the boxes that apply: -->

- [ ] 📱 Mobile
- [ ] 📡 Backend

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->
Expand Down
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pub"
directory: "/backend"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/mobile"
schedule:
interval: "daily"
18 changes: 0 additions & 18 deletions .github/workflows/main.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .vscode/configurationCache.log

This file was deleted.

6 changes: 0 additions & 6 deletions .vscode/dryrun.log

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

315 changes: 0 additions & 315 deletions .vscode/targets.log

This file was deleted.

2 changes: 1 addition & 1 deletion backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
http: ^1.1.0
json_annotation: ^4.8.1
shelf_enforces_ssl: ^1.2.1
stormberry: ^0.13.1
stormberry: ^0.14.0
string_validator: ^1.0.0
uuid: ^3.0.7

Expand Down
Loading