Skip to content

Commit 751c10f

Browse files
committed
konflux/renovate: fix submodule update disablement
1 parent 0eaeff0 commit 751c10f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

renovate.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
],
4141
"enabled": false
4242
},
43-
{
44-
"matchDatasources": [
45-
"git-submodules"
46-
],
47-
"enabled": false
48-
},
4943
{
5044
"matchManagers": [
5145
"rpm"
@@ -64,6 +58,9 @@
6458
]
6559
}
6660
],
61+
"git-submodules": {
62+
"enabled": false
63+
},
6764
"customManagers": [
6865
{
6966
"customType": "regex",

0 commit comments

Comments
 (0)