Skip to content

Commit 167bf45

Browse files
committed
feat(renovate): immediate schedule and automerge for fe build-tools
1 parent 460c53f commit 167bf45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate/foreman_satellite/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
7878
"description": "Enable git submodule updates of frontend build tools for foreman/satellite branches",
7979
"matchManagers": ["git-submodules"],
8080
"matchDepNames": ["build-tools"],
81-
"enabled": true
81+
"schedule": ["at any time"],
82+
"enabled": true,
83+
"automerge": true
8284
},
8385
{
8486
"matchBaseBranches": ["/^foreman-.*$/", "/^SATELLITE-.*$/"],

0 commit comments

Comments
 (0)