Renovate: Ignore all updates to resources/scripts

those are used only during development, hence there
is no need to auto-update them.
This commit is contained in:
Nils Andresen 2022-04-04 16:14:33 +02:00 committed by Patrik Svensson
parent bad6672d76
commit 25a61bea91

View File

@ -12,5 +12,8 @@
"**/bower_components/**",
"docs/**"
]
}
},
"ignorePaths": [
"resources/scripts/**"
]
}