Add code owners and reconfigure Renovate (#9)

This commit is contained in:
Luke Tainton 2022-06-30 20:18:53 +01:00 committed by GitHub
parent af8fcad53a
commit 72d9632f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 @@
{
"labels": ["dependencies"],
"assignAutomerge": true,
"assigneesFromCodeOwners": true,
"extends": [
"config:base"
]
}