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

Commit

Permalink
chore: Configure Renovate (#1)
Browse files Browse the repository at this point in the history
* Add renovate.json

* fix: modify renovate configuration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jspark2000 <[email protected]>
  • Loading branch information
renovate[bot] and jspark2000 authored Feb 24, 2024
1 parent a33dfa9 commit 1481dd1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:allNonMajor",
"schedule:weekly",
":label(dependencies)"
],
"rangeStrategy": "bump",
"lockFileMaintenance": { "enabled": true },
"ignoreDeps": ["reflect-metadata"]
}

0 comments on commit 1481dd1

Please sign in to comment.