Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
refactor(ci): refactor renovate.json (#60)
Browse files Browse the repository at this point in the history
## Issue

closed #54 .

## Context

- [x] Refactored renovate.json. Extend the following configuration
  - shinGangan/renovate-config/default.json
  - shinGangan/renovate-config/configs/lint/linters.json
  - shinGangan/renovate-config/configs/lint/markuplint.json
  • Loading branch information
shinGangan authored Feb 11, 2024
1 parent faa97df commit 58760fd
Showing 1 changed file with 4 additions and 27 deletions.
31 changes: 4 additions & 27 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": false,
"extends": [
"config:base",
"@nuxtjs",
":semanticCommitTypeAll(chore)",
":separateMultipleMajorReleases",
":enableVulnerabilityAlertsWithLabel(security)"
"github>shinGangan/renovate-config",
"github>shinGangan/renovate-config//configs/lint/linters",
"github>shinGangan/renovate-config//configs/lint/markuplint",
],
"timezone": "Asia/Tokyo",
"schedule": ["every weekend"],
"reviewers": ["shinGangan"],
"prConcurrentLimit": 10,
"labels": ["🤖 renovate"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"reviewers": ["shinGangan"]
},
"packageRules": [
{
"groupName": "ESLint",
"groupSlug": "eslint",
"matchPackagePatterns": ["eslint"]
},
{
"groupName": "Markuplint",
"groupSlug": "markuplint",
"matchPackagePatterns": ["markuplint", "@markuplint/"]
}
]
"reviewers": ["shinGangan"]
}

0 comments on commit 58760fd

Please sign in to comment.