Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
scooterthedev committed Oct 22, 2024
1 parent 4fe184b commit 65d1832
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
# Updates for Github Actions used in the repo
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Updates for Gradle dependencies used in the app
- package-ecosystem: gradle
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: com.google.firebase:firebase-ml-natural-language
versions: "> 19.0.0"
- dependency-name: com.google.firebase:firebase-ml-natural-language-smart-reply-model
versions: "> 19.0.0"
- dependency-name: com.google.firebase:firebase-ml-natural-language-language-id-model
versions: "> 19.0.0"
- dependency-name: com.google.firebase:firebase-ml-natural-language-translate-model
versions: "> 19.0.0"
23 changes: 23 additions & 0 deletions .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This workflow was added by CodeSee. Learn more at https://codesee.io/
# This is v2.0 of this workflow file
on:
push:
branches:
- main
pull_request_target:
types: [opened, synchronize, reopened]

name: CodeSee

permissions: read-all

jobs:
codesee:
runs-on: ubuntu-latest
continue-on-error: true
name: Analyze the repo with CodeSee
steps:
- uses: Codesee-io/codesee-action@v2
with:
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
codesee-url: https://app.codesee.io
Loading

0 comments on commit 65d1832

Please sign in to comment.