Add code owners and reconfigure Renovate
This commit is contained in:
parent
af8fcad53a
commit
8c021da5e3
1
.github/workflows/ci-branch-main.yml
vendored
1
.github/workflows/ci-branch-main.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
- 'CHANGELOG.md'
|
||||
- '.gitignore'
|
||||
- 'renovate.json'
|
||||
- 'CODEOWNERS'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
1
.github/workflows/ci-development.yml
vendored
1
.github/workflows/ci-development.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
- 'CHANGELOG.md'
|
||||
- '.gitignore'
|
||||
- 'renovate.json'
|
||||
- 'CODEOWNERS'
|
||||
|
||||
jobs:
|
||||
skip_duplicate:
|
||||
|
1
.github/workflows/ci-pull-request.yml
vendored
1
.github/workflows/ci-pull-request.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
- 'CHANGELOG.md'
|
||||
- '.gitignore'
|
||||
- 'renovate.json'
|
||||
- 'CODEOWNERS'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
1
CODEOWNERS
Normal file
1
CODEOWNERS
Normal file
@ -0,0 +1 @@
|
||||
* @luketainton
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
||||
|
||||
"labels": ["dependencies"],
|
||||
"assignAutomerge": true,
|
||||
"assigneesFromCodeOwners": true,
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user