Merge pull request #400 from pylast/renovate/configure

This commit is contained in:
Hugo van Kemenade 2022-05-02 18:19:51 +03:00 committed by GitHub
commit 11f70bfee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,16 @@
{
"extends": [
"config:base"
],
"labels": [
"changelog: skip",
"dependencies"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
}
]
}

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