Skip to content

Commit

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

* Rename renovate.json to .github/renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Frett <[email protected]>
  • Loading branch information
renovate[bot] and frett authored Sep 15, 2023
1 parent eaae498 commit 8acb3d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"dependencyDashboard": true,
"labels": [ "dependencies" ],
"lockFileMaintenance": { "enabled": true },
"packageRules": [
{
"matchManagers": ["bundler"],
"rangeStrategy": "update-lockfile"
}
]
}

0 comments on commit 8acb3d4

Please sign in to comment.