This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Replace dependabot with renovate
- Loading branch information
Showing
2 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |