mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-17 23:55:07 +00:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"config:semverAllMonthly",
|
|
":automergeAll",
|
|
":automergeBranch",
|
|
":skipStatusChecks"
|
|
]
|
|
}
|