mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
a614923e18
* Add renovate.json * Update and rename renovate.json to .github/renovate.json * Update renovate.json * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"ignorePaths": [
|
|
"integration/testdata/**",
|
|
"test/resources/**"
|
|
]
|
|
}
|