Skip to content

Commit 3d84663

Browse files
dixonjoelJoel Dixon
andauthored
Allow third_party/ni-apis to update in 2 days after changes instead of 14 days (#292)
* Allow third_party/ni-apis to update in 2 days after changes instead of 14. * Fix and validate renovate configuration. Change to 1 day. --------- Co-authored-by: Joel Dixon <joel.dixon@emerson.com>
1 parent 7918eaa commit 3d84663

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
],
1313
"extends": [
1414
"schedule:weekly"
15-
]
15+
],
16+
"minimumReleaseAge": "1 day"
1617
}
1718
]
1819
}

0 commit comments

Comments
 (0)