Skip to content

Commit

Permalink
chore(project): configure renovate (#10386)
Browse files Browse the repository at this point in the history
* chore(deps): add renovate.json

* Update and rename renovate.json to .github/renovate.json5

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
3 people authored Jan 14, 2022
1 parent 69547cd commit 3f9f200
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": [
// https://docs.renovatebot.com/presets-config/#configjs-lib
"config:js-lib",

// https://docs.renovatebot.com/presets-default/#maintainlockfilesweekly
":maintainLockFilesWeekly",

// https://docs.renovatebot.com/presets-default/#preservesemverranges
":preserveSemverRanges",

// https://docs.renovatebot.com/presets-npm/#npmunpublishsafe
"npm:unpublishSafe",

// https://docs.renovatebot.com/presets-schedule/#scheduleearlymondays
"schedule:earlyMondays"
]
}

0 comments on commit 3f9f200

Please sign in to comment.