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