chore: auto merge pre-commit patch update (#1882)

This commit is contained in:
Jonas L 2022-06-16 16:24:00 +02:00 committed by GitHub
parent 567d0406ba
commit 294b05a235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,11 @@
},
{
"matchUpdateTypes": ["patch"],
"matchPaths": ["website/**", ".github/workflows/*"],
"matchPaths": [
".github/workflows/*",
".pre-commit-config.yaml",
"website/**"
],
"automerge": true
}
]