Skip to content

Commit

Permalink
feat: add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Sep 24, 2022
1 parent eaf9f36 commit 9cd06c2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# renovate-config
A Shareable renovate config, used in NezuChan Organization.
<div align="center">

<img src="https://i.kagchi.my.id/nezuko.png" alt="Logo" width="200px" height="200px" style="border-radius:50%"/>

# @nezuchan/renovate-config

**A Shareable renovate config, used in NezuChan Organization.**

[![GitHub](https://img.shields.io/github/license/nezuchan/renovate-config)](https://github.com/nezuchan/renovate-config/blob/main/LICENSE)
[![Discord](https://discordapp.com/api/guilds/785715968608567297/embed.png)](https://nezu.my.id)

</div>
37 changes: 37 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "helpers:pinGitHubActionDigests", "group:allNonMajor", ":semanticCommits"],
"labels": ["meta: dependencies"],
"schedule": ["before 7am"],
"timezone": "Asia/Jakarta",
"docker": {
"enabled": true,
"rangeStrategy": "bump"
},
"npm": {
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchPackagePatterns": ["ansi-regex"],
"allowedVersions": "^5"
},
{
"matchPackagePatterns": ["@types/node-fetch"],
"allowedVersions": "^2"
},
{
"matchPackagePatterns": ["@sapphire"],
"groupName": "Sapphire Dependencies"
},
{
"matchDepTypes": ["engines"],
"enabled": false
}
]
}
}

0 comments on commit 9cd06c2

Please sign in to comment.