Skip to content

Commit

Permalink
chore(renovate): Apply new config settings (#142)
Browse files Browse the repository at this point in the history
- Schedule once a week
- Add labels
- rebase when conflicted
- Assign Codeowners

Co-authored-by: Marcin Jasion <mjasion@users.noreply.github.com>
  • Loading branch information
mjasion and mjasion authored Jul 27, 2023
1 parent 55ac8f7 commit 4f3cc3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"extends": ["config:recommended"],
"schedule": ["before 12am on Wednesday"],
"assigneesFromCodeOwners": true,
"labels": ["dependencies"],
"rebaseWhen": "conflicted",
"configMigration": true
}

0 comments on commit 4f3cc3c

Please sign in to comment.