Skip to content

Commit

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

* Rename renovate config file

* Use @paddyroddy's recommended renovate settings

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Milan Malfait <[email protected]>
  • Loading branch information
renovate[bot] and milanmlft authored Nov 15, 2023
1 parent d3420b9 commit 729c0f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:best-practices",
"schedule:weekdays",
":assignAndReview(milanmlft)",
":automergeBranch",
":automergeDigest",
":automergeMinor",
":automergePatch",
":disableDependencyDashboard",
":label(renovate)",
],
commitMessageAction: "Renovate:",
}

0 comments on commit 729c0f6

Please sign in to comment.