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"
]
}