Skip to content

Commit 165bb2e

Browse files
renovate[bot]maxnordlund
authored andcommitted
Add renovate.json
1 parent b6bf689 commit 165bb2e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/renovate.json5

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
addLabels: ["dependencies"],
4+
// Always assign reviewers and assignees even if the PR is to be automerged.
5+
assignAutomerge: true,
6+
assigneesFromCodeOwners: true,
7+
commitBodyTable: true,
8+
configMigration: true,
9+
extends: ["config:recommended"],
10+
ignorePresets: ["group:monorepos"],
11+
prCreation: "not-pending",
12+
reviewersFromCodeOwners: true,
13+
// Conventional Commits breaks established commit message conventions.
14+
// https://github.blog/2022-06-30-write-better-commits-build-better-projects/
15+
// https://www.tpope.net
16+
semanticCommits: true
17+
}

0 commit comments

Comments
 (0)