mirror of
https://github.com/zkitter/json-rpc-engine.git
synced 2026-01-09 14:08:09 -05:00
This PR updates various repository features for module template compliance. This repository should be fully compliant as of this PR, except for tests, which will be addressed in a follow-up. Notable changes include: - Updates the ESLint config and related dependencies - Adds `@lavamoat/allow-scripts` and the `setup` package script - Migrates from CircleCI to GitHub Actions - Bumps the minimum Node version to 14
16 lines
452 B
YAML
16 lines
452 B
YAML
# Please see the documentation for all configuration options:
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'daily'
|
|
time: '06:00'
|
|
allow:
|
|
- dependency-name: '@metamask/*'
|
|
target-branch: 'main'
|
|
versioning-strategy: 'increase-if-necessary'
|
|
open-pull-requests-limit: 10
|