Skip to content

Commit

Permalink
Configure renovate
Browse files Browse the repository at this point in the history
The settings add the label renovate to PRs and assign myself to them.
Also, I enabled the lock file maintainance. Currently, Package.resolve
is not supported, though.

See also
renovatebot/renovate#6924
https://docs.renovatebot.com/configuration-options/#lockfilemaintenance

Related to #2
  • Loading branch information
ikelax committed Jan 21, 2025
1 parent 53a9801 commit 4cee503
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended"],
"labels": ["renovate"],
"assignees": ["ikelax"],
"lockFileMaintenance": { "enabled": true }
}

0 comments on commit 4cee503

Please sign in to comment.