Add code owners and reconfigure Renovate #9

Merged
luketainton merged 1 commits from codeowners into main 2022-06-30 21:18:54 +02:00
5 changed files with 11 additions and 5 deletions

View File

@ -10,6 +10,7 @@ on:
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'
- 'CODEOWNERS'
jobs:
lint:

View File

@ -10,6 +10,7 @@ on:
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'
- 'CODEOWNERS'
jobs:
skip_duplicate:

View File

@ -7,6 +7,7 @@ on:
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'
- 'CODEOWNERS'
jobs:
analyze:

1
CODEOWNERS Normal file
View File

@ -0,0 +1 @@
* @luketainton

View File

@ -1,6 +1,8 @@
{
"extends": [
"config:base"
]
}
"labels": ["dependencies"],
"assignAutomerge": true,
"assigneesFromCodeOwners": true,
"extends": [
"config:base"
]
}