1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

chore: Configure Renovate (#4351)

* 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>
This commit is contained in:
renovate[bot] 2023-06-30 13:32:32 +02:00 committed by GitHub
parent 30d82e920d
commit a614923e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignorePaths": [
"integration/testdata/**",
"test/resources/**"
]
}