Move to .github and add labels

This commit is contained in:
Hugo van Kemenade 2022-05-02 15:13:39 +03:00
parent ea421db602
commit 861182253c
3 changed files with 10 additions and 5 deletions

9
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"extends": [
"config:base"
],
"labels": [
"changelog: skip",
"dependencies"
]
}

View file

@ -38,6 +38,7 @@ repos:
rev: v4.2.0
hooks:
- id: check-merge-conflict
- id: check-json
- id: check-yaml
- repo: https://github.com/asottile/setup-cfg-fmt

View file

@ -1,5 +0,0 @@
{
"extends": [
"config:base"
]
}