Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jul 29, 2024
0 parents commit 955e273
Show file tree
Hide file tree
Showing 228 changed files with 9,392 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# the global owners will be requested for
# review when someone opens a pull request.
* @PHS-TSA/our-democracy

**.dart @PHS-TSA/our-democracy
/.github/ @PHS-TSA/our-democracy
/packages/*/assets/ @PHS-TSA/our-democracy
tests/ @PHS-TSA/our-democracy
pubspec.* @PHS-TSA/our-democracy
43 changes: 43 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directories: # Location of package manifests
- "/"
schedule:
interval: "daily"
assignees:
- "PHS-TSA"
groups:
github:
patterns:
- "actions/*"

- package-ecosystem: "pub" # See documentation for possible values
directories: # Location of package manifests
- "/packages/*"
schedule:
interval: "daily"
assignees:
- "PHS-TSA"
groups:
riverpod:
patterns:
- "*riverpod*"
auto_route:
patterns:
- "auto_route*"
freezed:
patterns:
- "freezed*"
- "json_*"
build:
patterns:
- "build*"
envied:
patterns:
- "envied*"
Loading

0 comments on commit 955e273

Please sign in to comment.