mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
feat(repo): add .github/CODEOWNERS file and renovate.json configuration
This commit is contained in:
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @robonen
|
||||||
30
renovate.json
Normal file
30
renovate.json
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base",
|
||||||
|
"group:allNonMajor",
|
||||||
|
":semanticCommitTypeAll(chore)"
|
||||||
|
],
|
||||||
|
"assigneesFromCodeOwners": true,
|
||||||
|
"rangeStrategy": "bump",
|
||||||
|
"npm": {
|
||||||
|
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
|
||||||
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"pin",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeSchedule": [
|
||||||
|
"after 1am and before 2am"
|
||||||
|
],
|
||||||
|
"schedule": [
|
||||||
|
"after 2am and before 3am"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user