-
-
Notifications
You must be signed in to change notification settings - Fork 3
refactor: use .github #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| groups: | ||
| actions-security: | ||
| applies-to: security-updates | ||
| patterns: | ||
| - "*" | ||
| actions-major: | ||
| applies-to: version-updates | ||
| update-types: | ||
| - "major" | ||
| patterns: | ||
| - "*" | ||
| actions-minor: | ||
| applies-to: version-updates | ||
| update-types: | ||
| - "minor" | ||
| - "patch" | ||
| patterns: | ||
| - "*" | ||
|
|
||
| - package-ecosystem: "bun" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| groups: | ||
| bun-security: | ||
| applies-to: security-updates | ||
| patterns: | ||
| - "*" | ||
| bun-major: | ||
| applies-to: version-updates | ||
| update-types: | ||
| - "major" | ||
| patterns: | ||
| - "*" | ||
| bun-minor: | ||
| applies-to: version-updates | ||
| update-types: | ||
| - "minor" | ||
| - "patch" | ||
| patterns: | ||
| - "*" |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| name: Lint | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| configs: | ||
| uses: LouisBrunner/.github/.github/workflows/lint-configs.yml@main | ||
|
Check failure on line 14 in .github/workflows/lint.yml
|
||
|
|
||
| test: | ||
| uses: LouisBrunner/.github/.github/workflows/lint-bun.yml@main | ||
|
Check failure on line 17 in .github/workflows/lint.yml
|
||
|
sonarqubecloud[bot] marked this conversation as resolved.
Dismissed
|
||
| with: | ||
| command: bun run all | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| name: Update aggregate tags | ||
|
|
||
| on: | ||
| push: | ||
| tags: | ||
| - "v*.*" | ||
|
|
||
| jobs: | ||
| retag: | ||
| uses: LouisBrunner/.github/.github/workflows/update-tags.yml@main | ||
|
Check failure on line 10 in .github/workflows/update-tags.yml
|
||
|
sonarqubecloud[bot] marked this conversation as resolved.
Dismissed
|
||
Uh oh!
There was an error while loading. Please reload this page.