mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
chore(dependabot): merge cloudflare and oxc dependencies
This commit is contained in:
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -23,6 +23,10 @@ updates:
|
||||
- dependency-name: jsdom
|
||||
versions: ['>=27.0.1']
|
||||
groups:
|
||||
cloudflare:
|
||||
patterns:
|
||||
- '@cloudflare/*'
|
||||
- 'wrangler'
|
||||
eslint:
|
||||
patterns:
|
||||
- 'eslint'
|
||||
@@ -30,6 +34,12 @@ updates:
|
||||
opentelemetry:
|
||||
patterns:
|
||||
- '@opentelemetry/*'
|
||||
oxc:
|
||||
patterns:
|
||||
- '@oxlint/*'
|
||||
- 'oxfmt'
|
||||
- 'oxlint'
|
||||
- 'oxlint-tsgolint'
|
||||
typescript-eslint:
|
||||
patterns:
|
||||
- '@typescript-eslint/*'
|
||||
|
||||
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -42,6 +42,10 @@ jobs:
|
||||
with:
|
||||
sarif_file: eslint-results.sarif
|
||||
wait-for-processing: true
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
with:
|
||||
path: eslint-results.sarif
|
||||
|
||||
# https://github.com/amannn/action-semantic-pull-request
|
||||
title-lint:
|
||||
|
||||
Reference in New Issue
Block a user