1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-18 16:08:03 +00:00

add renovate.json

This commit is contained in:
Nebel 2022-08-29 00:32:27 +09:00
parent 44e4cb79ae
commit 4e3c415de3

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

@ -0,0 +1,11 @@
{
"extends": [
"config:base",
"config:semverAllMonthly",
":automergeAll",
":automergeBranch",
":skipStatusChecks",
"docker:enableMajor",
"docker:pinDigests"
]
}