Skip to content

Commit

Permalink
Merge branch 'main' into monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Oct 18, 2023
2 parents 9bf65a6 + 6527d1e commit 6eb9ee5
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
Expand Down
Loading

0 comments on commit 6eb9ee5

Please sign in to comment.