mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
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/**"
|
||
|
]
|
||
|
}
|