Skip to content

Commit

Permalink
ci(layout): update project layout for dependabot and bun-version
Browse files Browse the repository at this point in the history
Signed-off-by: kilianpaquier <kilian@kilianpaquier.com>
  • Loading branch information
kilianpaquier committed Jun 16, 2024
1 parent 8ffff9d commit 31994e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: daily
groups:
major/minor/patch:
update-types:
Expand All @@ -26,7 +26,7 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: daily
groups:
minor:
update-types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.12
bun-version: 1.x
- run: mkdir -p reports/
- run: bun install --frozen-lockfile
- run: bun run lint -o reports/node-lint.xslint.json -f json
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.12
bun-version: 1.x
- run: mkdir -p reports/
- run: bun install --frozen-lockfile
- run: bun run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.12
bun-version: 1.x
- run: bun install --frozen-lockfile
- run: bun run build
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 31994e1

Please sign in to comment.