mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
chore: test build radar and maintainer
chore: drop dependabot ignored deps temporarily For some unknown reasons, it seems using a pretty old config(e.g., ignore googleapis=67.1.0) instead of the current only ignore esm deps
This commit is contained in:
30
.github/dependabot.yml
vendored
30
.github/dependabot.yml
vendored
@@ -6,44 +6,14 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
time: '21:00'
|
time: '21:00'
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
|
||||||
- DIYgod
|
|
||||||
labels:
|
labels:
|
||||||
- dependencies
|
- dependencies
|
||||||
ignore:
|
|
||||||
|
|
||||||
# ESM only
|
|
||||||
- dependency-name: got
|
|
||||||
versions:
|
|
||||||
- '>=12.0.0'
|
|
||||||
- dependency-name: ip-regex
|
|
||||||
versions:
|
|
||||||
- '>=5.0.0'
|
|
||||||
- dependency-name: remark
|
|
||||||
versions:
|
|
||||||
- '>=14.0.0'
|
|
||||||
- dependency-name: remark-frontmatter
|
|
||||||
versions:
|
|
||||||
- '>=4.0.0'
|
|
||||||
- dependency-name: remark-gfm
|
|
||||||
versions:
|
|
||||||
- '>=2.0.0'
|
|
||||||
- dependency-name: remark-preset-prettier
|
|
||||||
versions:
|
|
||||||
- '>=1.0.0'
|
|
||||||
- dependency-name: remark-stringify
|
|
||||||
versions:
|
|
||||||
- '>=10.0.0'
|
|
||||||
- dependency-name: string-width
|
|
||||||
versions:
|
|
||||||
- '>=5.0.0'
|
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: 'github-actions'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: '21:00'
|
time: '21:00'
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
|
||||||
- DIYgod
|
|
||||||
labels:
|
labels:
|
||||||
- dependencies
|
- dependencies
|
||||||
|
|||||||
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@@ -45,3 +45,19 @@ jobs:
|
|||||||
- run: yarn
|
- run: yarn
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: npm run docs:build
|
run: npm run docs:build
|
||||||
|
|
||||||
|
all:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
node-version: ['14', '16']
|
||||||
|
name: Build radar and maintainer on Node ${{ matrix.node-version }}
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-node@v3.0.0
|
||||||
|
with:
|
||||||
|
node-version: ${{ matrix.node-version }}
|
||||||
|
cache: 'yarn'
|
||||||
|
- run: yarn
|
||||||
|
- name: Build radar and maintainer
|
||||||
|
run: npm run build:all
|
||||||
|
|||||||
Reference in New Issue
Block a user