mirror of
https://github.com/kou029w/nttr.fly.dev.git
synced 2025-01-18 16:08:02 +00:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":automergeAll",
|
|
":automergeBranch",
|
|
":skipStatusChecks",
|
|
"docker:enableMajor",
|
|
"docker:pinDigests"
|
|
],
|
|
"ignorePaths": ["compose.yml"]
|
|
}
|