Skip to content

Commit

Permalink
Merge pull request #22 from gnosischain/DenisGnosis-patch-1
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
giacomognosis authored Mar 8, 2024
2 parents a9bfaac + e090b6c commit 2243ef5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "yarn"
directory: "/app"
schedule:
interval: "daily"
target-branch: "dev"

- package-ecosystem: "yarn"
directory: "/app"
schedule:
interval: "daily"
target-branch: "main"

- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "daily"
target-branch: "dev"

- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "daily"
target-branch: "main"

0 comments on commit 2243ef5

Please sign in to comment.