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

Commit

Permalink
chore: Replace dependabot with renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaik committed Apr 30, 2024
1 parent a00736f commit f2ec445
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor",
"npm:unpublishSafe"
],
"configMigration": true,
"npm": {
"rangeStrategy": "bump"
},
"packageRules": [
{
"matchDatasources": ["npm"],
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "all non-major npm devDependencies"
},
{
"matchDatasources": ["npm"],
"minimumReleaseAge": "7 days",
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "all non-major npm dependencies"
}
],
"pre-commit": {
"enabled": true
},
"schedule": ["before 7am on the first day of the month"],
"pinDigests": true
}

0 comments on commit f2ec445

Please sign in to comment.