We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa4ca1 commit 94717bbCopy full SHA for 94717bb
renovate.json
@@ -1,15 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base"],
4
- "ignorePaths": ["**/ui/**"],
5
- "regexManagers": [
6
- {
7
- "fileMatch": ["build-images.sh"],
8
- "matchStrings": [
9
- "docker\\.io/collabora/code:(?<currentValue>[0-9\\.]+)"
10
- ],
11
- "datasourceTemplate": "docker",
12
- "depNameTemplate": "collabora/code"
13
- }
+ "extends": [
+ "local>NethServer/.github:ns8"
14
]
15
}
0 commit comments