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' - 'CHANGELOG.md'
- '.gitignore' - '.gitignore'
- 'renovate.json' - 'renovate.json'
- 'CODEOWNERS'
jobs: jobs:
lint: lint:

View File

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

View File

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

1
CODEOWNERS Normal file
View File

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

View File

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